diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:52:59 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:52:59 +0100 |
commit | 25b695e53dd09415f7849b35cd7bc63ca0b2439b (patch) | |
tree | f229dd9604ff082ce2a45eb5d4e6616366766b2f /expo/models_survex.py | |
parent | d25fd97864611c3be326412ae4aa84e8ad01cd66 (diff) | |
download | troggle-25b695e53dd09415f7849b35cd7bc63ca0b2439b.tar.gz troggle-25b695e53dd09415f7849b35cd7bc63ca0b2439b.tar.bz2 troggle-25b695e53dd09415f7849b35cd7bc63ca0b2439b.zip |
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8245 by aaron @ 2/17/2009 1:09 AM
Diffstat (limited to 'expo/models_survex.py')
-rw-r--r-- | expo/models_survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expo/models_survex.py b/expo/models_survex.py index 1a7251f..cf339f9 100644 --- a/expo/models_survex.py +++ b/expo/models_survex.py @@ -1,5 +1,5 @@ from django.db import models
-import troggle.settings as settings
+from django.conf import settings
import os
class SurvexBlock(models.Model):
|