Mercurial > hg-stable
diff mercurial/util.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | f857eac30cd5 |
children | 210ee6204a29 |
line wrap: on
line diff
--- a/mercurial/util.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/util.py Thu Mar 06 22:23:41 2008 +0100 @@ -13,7 +13,7 @@ """ from i18n import _ -import cStringIO, errno, getpass, popen2, re, shutil, sys, tempfile, strutil +import cStringIO, errno, getpass, re, shutil, sys, tempfile import os, stat, threading, time, calendar, ConfigParser, locale, glob, osutil import urlparse