summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2016-08-27 21:57:17 +0200
committerOz N Tiram <oz.tiram@gmail.com>2016-08-27 21:57:17 +0200
commit8b54b9d3e69c7f9521f0241db64fea59754bab8b (patch)
tree06405ce4d7cbe35389a5d0266a88f51a464288a1
parent2efa9d3884ff02c695def4f447735ac641e052c3 (diff)
downloadbottle-8b54b9d3e69c7f9521f0241db64fea59754bab8b.tar.gz
with statement is built in Python 2.7 and late
-rw-r--r--bottle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 1459d99..e3ef29f 100644
--- a/bottle.py
+++ b/bottle.py
@@ -13,7 +13,6 @@ Copyright (c) 2015, Marcel Hellkamp.
License: MIT (see LICENSE for details)
"""
-from __future__ import with_statement
import sys
__author__ = 'Marcel Hellkamp'