mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 11:20:09 +00:00
remove iterator method put in by mistake
This commit is contained in:
parent
443fef1d95
commit
6fdd660883
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue