Rev 23: Fix imports. in file:///home/jelmer/bzr-hg/jelmer/

Jelmer Vernooij jelmer at samba.org
Sat Jan 20 19:26:45 GMT 2007


------------------------------------------------------------
revno: 23
revision-id: jelmer at samba.org-20070120192637-tanjc2qszob13p4k
parent: jelmer at samba.org-20070120192618-yllv3ij39dtfwloi
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: jelmer
timestamp: Sat 2007-01-20 20:26:37 +0100
message:
  Fix imports.
modified:
  tests/test_pull.py             test_pull.py-20070120191448-3e014gbhfpyq9d82-1
=== modified file 'tests/test_pull.py'
--- a/tests/test_pull.py	2007-01-20 19:17:42 +0000
+++ b/tests/test_pull.py	2007-01-20 19:26:37 +0000
@@ -15,8 +15,14 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+from bzrlib.inventory import Inventory
+from bzrlib.plugins.hg import HgBzrDirFormat
 from bzrlib.tests import TestCaseWithTransport
 
+import copy
+import os
+import stat
+
 class TestPulling(TestCaseWithTransport):
     """Tests for pulling from hg to bzr."""
 




More information about the bazaar-commits mailing list