Remove unneeded "import os.path"
authorThomas Arendsen Hein <thomas@intevation.de>
Wed, 23 Jan 2008 17:16:33 +0100
changeset 5931 6482d34974ac
parent 5930 c301f15c965a
child 5932 b014ff3fdaeb
Remove unneeded "import os.path"
mercurial/version.py
--- a/mercurial/version.py	Wed Jan 23 14:28:25 2008 +0100
+++ b/mercurial/version.py	Wed Jan 23 17:16:33 2008 +0100
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2006 by Intevation GmbH
+# Copyright (C) 2005, 2006, 2008 by Intevation GmbH
 # Author(s):
 # Thomas Arendsen Hein <thomas@intevation.de>
 #
@@ -10,7 +10,6 @@
 """
 
 import os
-import os.path
 import re
 import time
 import util