server/sources/datafeed.py
changeset 8694 d901c36bcfce
parent 8674 001c1592060a
child 8695 358d8bed9626
--- a/server/sources/datafeed.py	Thu Feb 14 15:29:20 2013 +0100
+++ b/server/sources/datafeed.py	Thu Feb 14 15:39:23 2013 +0100
@@ -18,7 +18,6 @@
 """datafeed sources: copy data from an external data stream into the system
 database
 """
-from __future__ import with_statement
 
 import urllib2
 import StringIO