diff mercurial/localrepo.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents f89fd07fc51d
children 437eef39458d
line wrap: on
line diff
--- a/mercurial/localrepo.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/mercurial/localrepo.py	Thu Mar 06 22:23:41 2008 +0100
@@ -9,7 +9,7 @@
 from i18n import _
 import repo, changegroup
 import changelog, dirstate, filelog, manifest, context, weakref
-import re, lock, transaction, tempfile, stat, errno, ui
+import lock, transaction, stat, errno, ui
 import os, revlog, time, util, extensions, hook, inspect
 
 class localrepository(repo.repository):