diff hgext/convert/common.py @ 4807:15a3cbfc6568

convert: call superclass init from engine init functions
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Jul 2007 12:00:04 -0700
parents 47091c8d028e
children c2d529f288a1
line wrap: on
line diff
--- a/hgext/convert/common.py	Wed Jul 04 13:38:49 2007 -0700
+++ b/hgext/convert/common.py	Thu Jul 05 12:00:04 2007 -0700
@@ -17,7 +17,7 @@
     def __init__(self, ui, path, rev=None):
         """Initialize conversion source (or raise NoRepo("message")
         exception if path is not a valid repository)"""
-        raise NotImplementedError()
+        pass
 
     def getheads(self):
         """Return a list of this repository's heads"""