diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-11 22:28:43 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-11 22:28:43 +0100 |
commit | de3a552eab032cb980a2fb78976fc3dc8cd5f1c8 (patch) | |
tree | 1eb5e3cbc27f5abd9c9d4b1729c152a1db97c3ee /factory/__init__.py | |
parent | e2ac08066fbc6b6412b713b42aba792c224067f5 (diff) | |
download | factory-boy-de3a552eab032cb980a2fb78976fc3dc8cd5f1c8.tar factory-boy-de3a552eab032cb980a2fb78976fc3dc8cd5f1c8.tar.gz |
Remove InfiniteIterator and infinite_iterator.
Use Iterator/iterator instead.
Diffstat (limited to 'factory/__init__.py')
-rw-r--r-- | factory/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index db88f4e..4b4857c 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -50,7 +50,6 @@ from .base import ( from .declarations import ( LazyAttribute, Iterator, - InfiniteIterator, Sequence, LazyAttributeSequence, SelfAttribute, @@ -63,7 +62,6 @@ from .declarations import ( lazy_attribute, iterator, - infinite_iterator, sequence, lazy_attribute_sequence, container_attribute, |