minor minor update

This commit is contained in:
Miroslav Stampar 2010-02-03 15:15:30 +00:00
parent 25f1a9c7d0
commit 894b9f0f80

View File

@ -245,7 +245,8 @@ def getDocRoot():
if absFilePathWin:
docRoot = "C:/%s" % docRoot.replace("\\", "/")
docRoot = docRoot.replace("//", "/")
break
if docRoot: