diff hgext/convert/transport.py @ 4939:cdd33a048289

removed trailing whitespace
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 21 Jul 2007 10:30:51 +0200
parents 4db03fa58bd5
children 117dab48ca99
line wrap: on
line diff
--- a/hgext/convert/transport.py
+++ b/hgext/convert/transport.py
@@ -27,7 +27,7 @@ import svn.ra
 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 @@ class SvnRaTransport(object):
             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,