summaryrefslogtreecommitdiff
path: root/app/projects/models/__init__.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-06-01 21:35:34 -0400
committerluxagraf <sng@luxagraf.net>2014-06-01 21:35:34 -0400
commit3510543d458bba12c98efac72db3afe2183d3a44 (patch)
tree3698e1411eb32c40e7982e7165313e4832b5d553 /app/projects/models/__init__.py
parentf58a030a731a3cf3dad2ba16b0ca79c303243186 (diff)
rough sketch of experiments app
Diffstat (limited to 'app/projects/models/__init__.py')
-rw-r--r--app/projects/models/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/projects/models/__init__.py b/app/projects/models/__init__.py
index ca95ec7..3230ff4 100644
--- a/app/projects/models/__init__.py
+++ b/app/projects/models/__init__.py
@@ -1,5 +1,5 @@
from .base import Project
from .fiveby import FiveBy
from .natparks import NationalParks
-from .code import Code, CodeBlogDemo, CodeBlogEntry
from .gifs import AnimatedGif
+from .self_experiments import Experiment