summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2011-12-02 21:06:43 +0100
committerMarcel Hellkamp <marc@gsites.de>2011-12-02 21:06:43 +0100
commitb759bd2a918153a17741378ddf17aad0f4328a9e (patch)
tree33e40c1d2d0307191b7f2c9ea1e45b60dc8a7e43
parent1bc3b1416181255d077eba6f5807301aba280355 (diff)
downloadbottle-no2to3.tar.gz
fix: Removed last print statement.no2to3
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 1867c63..855ddfc 100755
--- a/bottle.py
+++ b/bottle.py
@@ -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)