From b9d735ae8ea11a3d3ed768bc223050ab31788f41 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 18 Dec 2011 02:10:12 +0100 Subject: Use absolute_import. --- __init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 989f392..01703ba 100644 --- a/__init__.py +++ b/__init__.py @@ -78,7 +78,9 @@ To report bugs or publish enhancements, visit the bzr-fastimport project page on Launchpad, https://launchpad.net/bzr-fastimport. """ -from info import ( +from __future__ import absolute_import + +from bzrlib.plugins.fastimport.info import ( bzr_plugin_version as version_info, ) -- cgit v1.2.1