diff svnwrap/svn_swig_wrapper.py @ 325:4f4db3d2fdbb

2.4 compat fixes.
author Augie Fackler <durin42@gmail.com>
date Mon, 18 May 2009 17:09:26 -0500
parents c4061e57974c
children
line wrap: on
line diff
--- a/svnwrap/svn_swig_wrapper.py
+++ b/svnwrap/svn_swig_wrapper.py
@@ -6,7 +6,6 @@ import sys
 import tempfile
 import urlparse
 import urllib
-import hashlib
 import collections
 
 import warnings