|
From: Rene L. <rs...@me...> - 2010-02-11 06:28:20
|
On 10/02/2010 08:03 a.m., Bastian Eicher wrote:
> The ZeroInstall code contains a bunch of .startswith('/') checks to
> differentiate local paths from URLs.
Use os.path.isabs() instead.
http://docs.python.org/library/os.path.html
|