diff tests/test_utility_commands.py @ 195:906d3f302b45

Remove useless imports.
author Augie Fackler <durin42@gmail.com>
date Wed, 21 Jan 2009 20:29:23 -0600
parents 33ebdcb75bcd
children 91db8fc049b0
line wrap: on
line diff
--- a/tests/test_utility_commands.py
+++ b/tests/test_utility_commands.py
@@ -1,6 +1,5 @@
 import os
 import unittest
-import urllib # for url quoting
 
 from mercurial import ui
 from mercurial import hg