diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2011-09-06 17:18:00 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2011-09-06 17:18:00 +0200 |
commit | 41c68349cf3925818a6c05477790a2f67d431d39 (patch) | |
tree | b3fe0111b500ec97b28f5c5badb9a4709ca9cc7e /factory/base.py | |
parent | d17972e3e21c14ecca91e4238fa0726bd1a68a23 (diff) | |
download | factory-boy-41c68349cf3925818a6c05477790a2f67d431d39.tar factory-boy-41c68349cf3925818a6c05477790a2f67d431d39.tar.gz |
Rewrite all the 'OrderedDeclaration' part.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
Diffstat (limited to 'factory/base.py')
-rw-r--r-- | factory/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/base.py b/factory/base.py index e5729de..890a7c9 100644 --- a/factory/base.py +++ b/factory/base.py @@ -21,7 +21,7 @@ import re import sys -from containers import AttributeBuilder, DeclarationDict, ObjectParamsWrapper, StubObject +from containers import AttributeBuilder, DeclarationDict, StubObject from declarations import OrderedDeclaration # Strategies |