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