Mercurial > hgsubversion
comparison tests/test_fetch_command.py @ 101:a3b717e4abf5
Cleanups based on pyflakes output.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 21 Nov 2008 16:21:19 -0600 |
parents | 7d10165cf3d9 |
children | 5497d1264b4d |
comparison
equal
deleted
inserted
replaced
100:91ce18fa0375 | 101:a3b717e4abf5 |
---|---|
1 import os | |
2 import tempfile | |
3 import unittest | 1 import unittest |
4 | 2 |
5 from mercurial import hg | 3 from mercurial import hg |
6 from mercurial import ui | 4 from mercurial import ui |
7 from mercurial import node | 5 from mercurial import node |
8 | 6 |
9 import fetch_command | |
10 import test_util | 7 import test_util |
11 | 8 |
12 | 9 |
13 class TestBasicRepoLayout(test_util.TestBase): | 10 class TestBasicRepoLayout(test_util.TestBase): |
14 def _load_fixture_and_fetch(self, fixture_name): | 11 def _load_fixture_and_fetch(self, fixture_name): |