summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-11-07 10:08:47 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-11-07 10:08:47 +0100
commitbe85908f5205810083c524a25c7da565788f2c03 (patch)
tree58a555af97e73e3971385536ab414884faa7ed5e /examples
parente1bf839f80398d5bd5465cf5fa9463915f887c18 (diff)
downloadfactory-boy-be85908f5205810083c524a25c7da565788f2c03.tar
factory-boy-be85908f5205810083c524a25c7da565788f2c03.tar.gz
Fix obsolete text in docs (Closes #245, #248, #249).
Thanks a lot to Jeff Widman for spotting them!
Diffstat (limited to 'examples')
-rw-r--r--examples/flask_alchemy/demoapp_factories.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/flask_alchemy/demoapp_factories.py b/examples/flask_alchemy/demoapp_factories.py
index 6b71d04..f32f8c3 100644
--- a/examples/flask_alchemy/demoapp_factories.py
+++ b/examples/flask_alchemy/demoapp_factories.py
@@ -1,5 +1,4 @@
import factory
-import factory.alchemy
import factory.fuzzy
import demoapp