Mercurial > hg > hg-fastimport
changeset 56:9275d497b7ea
Use relative imports.
| author | Greg Ward <gward@intelerad.com> |
|---|---|
| date | Mon, 01 Aug 2011 17:26:50 -0400 |
| parents | a88f0dd05e92 |
| children | e827bffa5fc5 |
| files | hgfastimport/__init__.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.
