From dcc7825547a1e51df0b65a5adb1655aa48ef4644 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:41:42 +0100 Subject: [PATCH] [svn] another import statement that caused errors on framos.lawoftheland. does work find on my machine though. Wonder what the difference is. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8206 by aaron @ 1/19/2009 5:59 PM --- parsers/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/survex.py b/parsers/survex.py index 5b8ac8c..017a3ba 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -1,5 +1,5 @@ import troggle.settings as settings -import expo.models as models +import troggle.expo.models as models from troggle.parsers.people import GetPersonExpeditionNameLookup