Mercurial > hgsubversion
comparison tests/comprehensive/test_stupid_pull.py @ 195:906d3f302b45
Remove useless imports.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Wed, 21 Jan 2009 20:29:23 -0600 |
| parents | 13ae1bded5e7 |
| children | 4950b18cf949 |
comparison
equal
deleted
inserted
replaced
| 194:13ae1bded5e7 | 195:906d3f302b45 |
|---|---|
| 4 | 4 |
| 5 from mercurial import hg | 5 from mercurial import hg |
| 6 from mercurial import ui | 6 from mercurial import ui |
| 7 | 7 |
| 8 from tests import test_util | 8 from tests import test_util |
| 9 import rebuildmeta | |
| 10 import hg_delta_editor | |
| 11 import fetch_command | 9 import fetch_command |
| 12 | 10 |
| 13 | 11 |
| 14 def _do_case(self, name): | 12 def _do_case(self, name): |
| 15 subdir = test_util.subdir.get(name, '') | 13 subdir = test_util.subdir.get(name, '') |
