Commit e96e4f96 authored by Philip Thiem's avatar Philip Thiem

Must add zipinfo as a property

--HG--
extra : rebase_source : 2ae5fa38bd5c9d37b44a010879f2b3a4867c0ee4
parent b84464da
......@@ -1621,6 +1621,10 @@ class ZipProvider(EggProvider):
"%s is not a subpath of %s" % (fspath, self.egg_root)
)
@property
def zipinfo(self):
return build_zipmanifest(self.loader.archive) # memoized
def get_resource_filename(self, manager, resource_name):
if not self.egg_name:
raise NotImplementedError(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment