From 16e1a65f5b93615d946b74e3fb4d0b61c99ae0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 11 Mar 2013 22:30:45 +0100 Subject: Remove CircularSubFactory. Replace CircularSubFactory('module', 'symbol') with SubFactory('module.symbol'). --- factory/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'factory/__init__.py') diff --git a/factory/__init__.py b/factory/__init__.py index 4b4857c..adcf9c9 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -55,7 +55,6 @@ from .declarations import ( SelfAttribute, ContainerAttribute, SubFactory, - CircularSubFactory, PostGeneration, PostGenerationMethodCall, RelatedFactory, -- cgit v1.2.3