-
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from itertools import *
|
||||
try:
|
||||
zip_longest = izip_longest
|
||||
filterfalse = ifilterfalse
|
||||
except NameError:
|
||||
pass
|
||||
Reference in New Issue
Block a user