summaryrefslogtreecommitdiff
path: root/bottle.py
diff options
context:
space:
mode:
Diffstat (limited to 'bottle.py')
-rw-r--r--bottle.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bottle.py b/bottle.py
index 4cc8f3e..5dd610e 100644
--- a/bottle.py
+++ b/bottle.py
@@ -61,7 +61,7 @@ Example
"""
__author__ = 'Marcel Hellkamp'
-__version__ = '0.4.10'
+__version__ = '0.4.11'
__license__ = 'MIT'
@@ -69,7 +69,6 @@ import cgi
import mimetypes
import os
import os.path
-import sys
import traceback
import re
import random