Import ifilter from itertools instead of utils.iter.

This commit is contained in:
Valentin Lorentz 2012-08-04 22:38:11 +02:00
parent 1a64f1052a
commit fff9b837fb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import random
import shutil
import os.path
from iter import ifilter
from itertools import ifilter
import crypt