diff tests/test-context.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents ce21f76751f4
children b148e9099133
line wrap: on
line diff
--- a/tests/test-context.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/tests/test-context.py	Thu Mar 06 22:23:41 2008 +0100
@@ -1,5 +1,5 @@
 import os
-from mercurial import hg, ui, commands
+from mercurial import hg, ui
 
 u = ui.ui()