server/__init__.py
changeset 8694 d901c36bcfce
parent 8626 e2ba137b2bf9
child 8695 358d8bed9626
--- a/server/__init__.py	Thu Feb 14 15:29:20 2013 +0100
+++ b/server/__init__.py	Thu Feb 14 15:39:23 2013 +0100
@@ -21,8 +21,6 @@
 The server module contains functions to initialize a new repository.
 """
 
-from __future__ import with_statement
-
 __docformat__ = "restructuredtext en"
 
 import sys