File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ def parse(args, extras=None):
7272 if options .version :
7373 print 'bpython version' , __version__ ,
7474 print 'on top of Python' , sys .version .split ()[0 ]
75- print '(C) 2008-2009 Bob Farrell et al. See AUTHORS for detail.'
75+ print ('(C) 2008-2009 Bob Farrell, Andreas Stuehrk et al. '
76+ 'See AUTHORS for detail.' )
7677 raise SystemExit
7778
7879 if not (sys .stdin .isatty () and sys .stdout .isatty ()):
Original file line number Diff line number Diff line change 3030setup (
3131 name = "bpython" ,
3232 version = __version__ ,
33- author = "Robert Anthony Farrell et al." ,
33+ author = "Robert Anthony Farrell, Andreas Stuehrk et al." ,
3434 author_email = "robertanthonyfarrell@gmail.com" ,
3535 description = "Fancy Interface to the Python Interpreter" ,
3636 license = "MIT/X" ,
You can’t perform that action at this time.
0 commit comments