no global function extract_dir

This commit is contained in:
Barış Metin
2005-07-01 13:28:50 +00:00
parent b62213d908
commit 9540b9407c
+1 -1
View File
@@ -34,7 +34,7 @@ class Package:
def extract(self, outdir):
"""Extract entire package contents to directory"""
extract_dir('', outdir) # means package root
self.extract_dir('', outdir) # means package root
def extract_files(self, paths, outdir):
"""Extract paths to outdir"""