diff mercurial/util.py @ 5921:549a7ebe1607

merge with crew-stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 22 Jan 2008 00:55:01 +0100
parents 7c2921a60035 a8dbfa1802cd
children 48d01b1e315f
line wrap: on
line diff
--- a/mercurial/util.py	Sun Jan 20 14:39:25 2008 +0100
+++ b/mercurial/util.py	Tue Jan 22 00:55:01 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