comparison mercurial/version.py @ 5931:6482d34974ac

Remove unneeded "import os.path"
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 23 Jan 2008 17:16:33 +0100
parents 003d1f174fe1
children 4a85a9077136
comparison
equal deleted inserted replaced
5930:c301f15c965a 5931:6482d34974ac
1 # Copyright (C) 2005, 2006 by Intevation GmbH 1 # Copyright (C) 2005, 2006, 2008 by Intevation GmbH
2 # Author(s): 2 # Author(s):
3 # Thomas Arendsen Hein <thomas@intevation.de> 3 # Thomas Arendsen Hein <thomas@intevation.de>
4 # 4 #
5 # This program is free software under the GNU GPL (>=v2) 5 # This program is free software under the GNU GPL (>=v2)
6 # Read the file COPYING coming with the software for details. 6 # Read the file COPYING coming with the software for details.
8 """ 8 """
9 Mercurial version 9 Mercurial version
10 """ 10 """
11 11
12 import os 12 import os
13 import os.path
14 import re 13 import re
15 import time 14 import time
16 import util 15 import util
17 16
18 unknown_version = 'unknown' 17 unknown_version = 'unknown'