| Current Path : /lib/python3/dist-packages/future/moves/ |
| Current File : //lib/python3/dist-packages/future/moves/itertools.py |
from __future__ import absolute_import
from itertools import *
try:
zip_longest = izip_longest
filterfalse = ifilterfalse
except NameError:
pass