mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 16:12:42 +01:00
Import ifilter from itertools instead of utils.iter.
This commit is contained in:
parent
1a64f1052a
commit
fff9b837fb
@ -34,7 +34,7 @@ import random
|
|||||||
import shutil
|
import shutil
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
from iter import ifilter
|
from itertools import ifilter
|
||||||
|
|
||||||
import crypt
|
import crypt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user