diff tests/test_fetch_renames.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 c2a84d436202
line wrap: on
line diff
--- a/tests/test_fetch_renames.py
+++ b/tests/test_fetch_renames.py
@@ -1,14 +1,6 @@
-import os
-import shutil
 import sys
-import tempfile
 import unittest
 
-from mercurial import hg
-from mercurial import ui
-from mercurial import node
-
-import fetch_command
 import test_util