diff hgfastimport/__init__.py @ 56:9275d497b7ea

Use relative imports.
author Greg Ward <gward@intelerad.com>
date Mon, 01 Aug 2011 17:26:50 -0400
parents b027552d517b
children ae32828c68d7
line wrap: on
line diff
--- a/hgfastimport/__init__.py	Wed Nov 10 21:31:23 2010 -0500
+++ b/hgfastimport/__init__.py	Mon Aug 01 17:26:50 2011 -0400
@@ -3,7 +3,7 @@
 from hgext.convert import convcmd, hg
 
 from fastimport import parser
-from hgfastimport.hgimport import fastimport_source
+from hgimport import fastimport_source
 
 def fastimport(ui, repo, *sources, **opts):
     """Convert a git fastimport dump into Mercurial changesets.