Mercurial > hg
changeset 5931:6482d34974ac
Remove unneeded "import os.path"
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 23 Jan 2008 17:16:33 +0100 |
parents | c301f15c965a |
children | b014ff3fdaeb |
files | mercurial/version.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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