hgext/convert/subversion.py
changeset 9819 dec177286deb
parent 9598 a981ddb16b80
child 9829 1b2516a547d4
--- a/hgext/convert/subversion.py	Sun Nov 08 18:08:24 2009 +0100
+++ b/hgext/convert/subversion.py	Tue Nov 10 22:32:17 2009 +0100
@@ -22,7 +22,6 @@
 from common import commandline, converter_source, converter_sink, mapfile
 
 try:
-    raise ImportError("SVN support disabled due to license incompatibility")
     from svn.core import SubversionException, Pool
     import svn
     import svn.client