Remove unneeded "import os.path" again.
authorThomas Arendsen Hein <thomas@intevation.de>
Sun, 16 Mar 2008 23:30:47 +0100
changeset 6288 d6e5e6f7b2d8
parent 6287 c86207d41512
child 6290 509bb4af1502
Remove unneeded "import os.path" again.
mercurial/version.py
--- a/mercurial/version.py	Sun Mar 16 23:24:53 2008 +0100
+++ b/mercurial/version.py	Sun Mar 16 23:30:47 2008 +0100
@@ -10,7 +10,6 @@
 """
 
 import os
-import os.path
 import sys
 import re
 import time