mercurial/byterange.py
changeset 10905 13a1b2fb7ef2
parent 10282 08a0f04b56bd
child 14764 a7d5816087a9
--- a/mercurial/byterange.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/mercurial/byterange.py	Wed Apr 14 17:58:10 2010 +0900
@@ -25,11 +25,6 @@
 import urllib2
 import email.Utils
 
-try:
-    from cStringIO import StringIO
-except ImportError, msg:
-    from StringIO import StringIO
-
 class RangeError(IOError):
     """Error raised when an unsatisfiable range is requested."""
     pass