aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/projects/views/stories.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-07-11 00:03:39 -0400
committerMike Crute <mcrute@gmail.com>2010-07-11 00:03:39 -0400
commitb7b8f93261420aaa321948b1508f2cd8a6e0b297 (patch)
tree84ca91a4d533a660b581c29436b815a3d69d61a5 /snakeplan/projects/views/stories.py
parentd471329e7a5bf7819bb557241bf580a1c6e1fae5 (diff)
downloadsnakeplan-b7b8f93261420aaa321948b1508f2cd8a6e0b297.tar.bz2
snakeplan-b7b8f93261420aaa321948b1508f2cd8a6e0b297.tar.xz
snakeplan-b7b8f93261420aaa321948b1508f2cd8a6e0b297.zip
Removing references to snakeplan in imports.
Diffstat (limited to 'snakeplan/projects/views/stories.py')
-rw-r--r--snakeplan/projects/views/stories.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/snakeplan/projects/views/stories.py b/snakeplan/projects/views/stories.py
index 504d930..93d926f 100644
--- a/snakeplan/projects/views/stories.py
+++ b/snakeplan/projects/views/stories.py
@@ -1,6 +1,6 @@
1from django.views.generic import list_detail 1from django.views.generic import list_detail
2from snakeplan.projects.models import Story 2from projects.models import Story
3from snakeplan.projects.models import Task 3from projects.models import Task
4 4
5 5
6def index(request, story_id): 6def index(request, story_id):