93a94,97 > if os.name == 'java' and os._name == 'nt' and dir.startswith("/") and dir[2] == ':': > # strip out the leading '/' character if we have something like: > # /c:/jython2.5 and turn it into c:/jython2.5 > dir = dir[1:]