hgext/convert/transport.py
changeset 4957 cdd33a048289
parent 4938 4db03fa58bd5
child 5126 117dab48ca99
--- a/hgext/convert/transport.py	Fri Jul 20 09:31:32 2007 +0200
+++ b/hgext/convert/transport.py	Sat Jul 21 10:30:51 2007 +0200
@@ -27,7 +27,7 @@
 import svn.client
 import svn.core
 
-# Some older versions of the Python bindings need to be 
+# Some older versions of the Python bindings need to be
 # explicitly initialized. But what we want to do probably
 # won't work worth a darn against those libraries anyway!
 svn.ra.initialize()
@@ -75,7 +75,7 @@
             self.client.config = svn_config
             try:
                 self.ra = svn.client.open_ra_session(
-                    self.svn_url.encode('utf8'), 
+                    self.svn_url.encode('utf8'),
                     self.client, self.pool)
             except SubversionException, (_, num):
                 if num in (svn.core.SVN_ERR_RA_ILLEGAL_URL,