diff options
author | Marcel Hellkamp <marc@gsites.de> | 2011-12-02 21:06:43 +0100 |
---|---|---|
committer | Marcel Hellkamp <marc@gsites.de> | 2011-12-02 21:06:43 +0100 |
commit | b759bd2a918153a17741378ddf17aad0f4328a9e (patch) | |
tree | 33e40c1d2d0307191b7f2c9ea1e45b60dc8a7e43 | |
parent | 1bc3b1416181255d077eba6f5807301aba280355 (diff) | |
download | bottle-no2to3.tar.gz |
fix: Removed last print statement.no2to3
-rwxr-xr-x | bottle.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2916,7 +2916,7 @@ if __name__ == '__main__': sys.exit(0) if not args: parser.print_help() - print '\nError: No application specified.\n' + _stderr('\nError: No application specified.\n') sys.exit(1) debug(opt.debug) |