remove iterator method put in by mistake
This commit is contained in:
parent
443fef1d95
commit
6fdd660883
@ -762,6 +762,3 @@ class Core(
|
|||||||
|
|
||||||
def export_glob(self, path):
|
def export_glob(self, path):
|
||||||
return glob.glob(path)
|
return glob.glob(path)
|
||||||
|
|
||||||
def export_iglob(self, path):
|
|
||||||
return glob.iglob(path)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user