remove iterator method put in by mistake

This commit is contained in:
Damien Churchill 2008-12-02 00:14:23 +00:00
parent 443fef1d95
commit 6fdd660883
1 changed files with 0 additions and 3 deletions

View File

@ -762,6 +762,3 @@ class Core(
def export_glob(self, path):
return glob.glob(path)
def export_iglob(self, path):
return glob.iglob(path)