Closed GoogleCodeExporter closed 9 years ago
Original comment by almar.klein@gmail.com
on 13 Feb 2013 at 3:59
maybe this
inzipfile = lambda path:any([zipfile.is_zipfile(path[:k]) for k in
range(len(os.path.normpath(path))) if os.path.normpath(path)[k]==os.sep] )
Original comment by owe...@hotmail.com
on 13 Feb 2013 at 4:21
Also, this test "find('.zip')" is present in other visis files than just
function/__init__
Original comment by owe...@hotmail.com
on 13 Feb 2013 at 4:22
Original comment by almar.klein@gmail.com
on 7 Mar 2013 at 4:22
This issue was closed by revision c09cdf920a7e.
Original comment by almar.klein@gmail.com
on 9 Mar 2013 at 1:26
Original issue reported on code.google.com by
owe...@hotmail.com
on 13 Feb 2013 at 3:56