Mercurial > hgsubversion
comparison tests/test_externals.py @ 195:906d3f302b45
Remove useless imports.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 21 Jan 2009 20:29:23 -0600 |
parents | d3ea6c98a086 |
children | b5ef9a404f5d |
comparison
equal
deleted
inserted
replaced
194:13ae1bded5e7 | 195:906d3f302b45 |
---|---|
1 import cStringIO | |
2 import os | |
3 import shutil | |
4 import sys | |
5 import tempfile | |
6 import unittest | 1 import unittest |
7 | 2 |
8 from mercurial import hg | |
9 from mercurial import ui | |
10 from mercurial import node | |
11 | |
12 import fetch_command | |
13 import svnexternals | 3 import svnexternals |
14 import test_util | 4 import test_util |
15 | 5 |
16 | 6 |
17 class TestFetchExternals(test_util.TestBase): | 7 class TestFetchExternals(test_util.TestBase): |