From f8a93d6599b71123789541adf9658cd095402f0f Mon Sep 17 00:00:00 2001 From: Raphaël Barrois Date: Sun, 15 Apr 2012 09:45:11 +0200 Subject: Expose and test factory.RelatedFactory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- factory/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'factory') diff --git a/factory/__init__.py b/factory/__init__.py index 1bf8968..179a633 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -60,6 +60,7 @@ from declarations import ( SelfAttribute, ContainerAttribute, SubFactory, + RelatedFactory, lazy_attribute, iterator, -- cgit v1.2.3