| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 015356b commit a4aea3d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,8 +89,7 @@ def parse(args, extras=None, ignore_stdin=False): | |||
| 89 | 89 | os.execv(sys.executable, [sys.executable] + args) | |
| 90 | 90 | ||
| 91 | 91 | if options.version: | |
| 92 | - print('bpython version', __version__, end=" ") | ||
| 93 | - print('on top of Python', sys.version.split()[0]) | ||
| 92 | + print(version_banner()) | ||
| 94 | 93 | print('(C) 2008-2016 Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al. ' | |
| 95 | 94 | 'See AUTHORS for detail.') | |
| 96 | 95 | raise SystemExit | |
| Back | FazBrowse Home | New Git URL |
0 commit comments