mercurial/localrepo.py
changeset 6212 e75aab656f46
parent 6211 f89fd07fc51d
child 6243 437eef39458d
--- 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):