mercurial/util.py
changeset 5917 a8dbfa1802cd
parent 5881 4bb64294e5b4
child 5921 549a7ebe1607
child 6087 12856a1742dc
--- a/mercurial/util.py	Mon Jan 21 21:44:16 2008 +0100
+++ b/mercurial/util.py	Mon Jan 21 22:00:44 2008 +0100
@@ -15,7 +15,7 @@
 from i18n import _
 import cStringIO, errno, getpass, popen2, re, shutil, sys, tempfile, strutil
 import os, stat, threading, time, calendar, ConfigParser, locale, glob, osutil
-import re, urlparse
+import urlparse
 
 try:
     set = set