mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +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):
|
||||
return glob.glob(path)
|
||||
|
||||
def export_iglob(self, path):
|
||||
return glob.iglob(path)
|
||||
|
|
Loading…
Add table
Reference in a new issue