From 83543ee3013ebc9880c5731a12c364e8514e7b7e Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 19 Jan 2009 18:59:30 +0100 Subject: [PATCH] [svn r8206] another import statement that caused errors on framos.lawoftheland. does work find on my machine though. Wonder what the difference is. --- troggle/parsers/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troggle/parsers/survex.py b/troggle/parsers/survex.py index 5b8ac8c58..017a3ba38 100644 --- a/troggle/parsers/survex.py +++ b/troggle/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