| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,8 @@ def parse(args, extras=None): | |||
| 72 | 72 | if options.version: | |
| 73 | 73 | print 'bpython version', __version__, | |
| 74 | 74 | 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.') | ||
| 76 | 77 | raise SystemExit | |
| 77 | 78 | ||
| 78 | 79 | if not (sys.stdin.isatty() and sys.stdout.isatty()): | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ | |||
| 30 | 30 | setup( | |
| 31 | 31 | name="bpython", | |
| 32 | 32 | version = __version__, | |
| 33 | - author = "Robert Anthony Farrell et al.", | ||
| 33 | + author = "Robert Anthony Farrell, Andreas Stuehrk et al.", | ||
| 34 | 34 | author_email = "robertanthonyfarrell@gmail.com", | |
| 35 | 35 | description = "Fancy Interface to the Python Interpreter", | |
| 36 | 36 | license = "MIT/X", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments