summaryrefslogtreecommitdiff
path: root/objectapp/views
diff options
context:
space:
mode:
authorKabir Kukreti <kabir@gnowledge.org>2012-03-26 12:41:02 +0530
committerKabir Kukreti <kabir@gnowledge.org>2012-03-26 12:41:02 +0530
commit55a25e50047df45cb95d2ab91f1dff1a42d43832 (patch)
treefe8c65675ab6169e2f56b7beb719240f7151a80c /objectapp/views
parent5f09c51146b9095e9dcc1dc1f93e8a306b6a1894 (diff)
downloadgnowsys-55a25e50047df45cb95d2ab91f1dff1a42d43832.tar.gz
Small bug in add.py fixed
Diffstat (limited to 'objectapp/views')
-rw-r--r--objectapp/views/add.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectapp/views/add.py b/objectapp/views/add.py
index a6181f5..bc2d0c6 100644
--- a/objectapp/views/add.py
+++ b/objectapp/views/add.py
@@ -68,7 +68,7 @@ from django.template import RequestContext
from django.shortcuts import render_to_response
from datetime import datetime
from objectapp.forms import *
-from gstudio.forms import *
+from reversion.models import *
@reversion.create_revision()
def addgbobject(request):