diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:27:00 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:27:00 +0100 |
commit | 787445c071faf01df260bd9daeebb9cb42196418 (patch) | |
tree | a66adfcb4e2b99025266bd6d6342e38dcc9b352d /expo/models.py | |
parent | d9d119c0c9e445738d6c49ee3625e9567628d3e9 (diff) | |
download | troggle-787445c071faf01df260bd9daeebb9cb42196418.tar.gz troggle-787445c071faf01df260bd9daeebb9cb42196418.tar.bz2 troggle-787445c071faf01df260bd9daeebb9cb42196418.zip |
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8341 by cucc @ 5/11/2009 3:21 AM
Diffstat (limited to 'expo/models.py')
-rw-r--r-- | expo/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expo/models.py b/expo/models.py index a3953d9..6331c0c 100644 --- a/expo/models.py +++ b/expo/models.py @@ -11,7 +11,7 @@ from django.conf import settings import datetime
from decimal import Decimal, getcontext
from django.core.urlresolvers import reverse
-from imagekit.models import ImageModel
+from troggle.imagekit.models import ImageModel
getcontext().prec=2 #use 2 significant figures for decimal calculations
from models_survex import *
|