summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:18:09 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:18:09 +0100
commite2e47e58764545b9853d5c38fc750b7c4268eef7 (patch)
tree1a11d9bd6f7242d25fc55465b1416b6b27f6278d /parsers/people.py
parenta19781d7ddfcdc794c9276d62381534054e18d2e (diff)
downloadtroggle-e2e47e58764545b9853d5c38fc750b7c4268eef7.tar.gz
troggle-e2e47e58764545b9853d5c38fc750b7c4268eef7.tar.bz2
troggle-e2e47e58764545b9853d5c38fc750b7c4268eef7.zip
[svn] fix it for real this time
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8327 by cucc @ 5/3/2009 6:18 AM
Diffstat (limited to 'parsers/people.py')
-rw-r--r--parsers/people.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/people.py b/parsers/people.py
index e762b66..2950fb7 100644
--- a/parsers/people.py
+++ b/parsers/people.py
@@ -7,7 +7,7 @@ import re
import datetime
import os
import shutil
-from save_carefully import save_carefully
+from troggle.save_carefully import save_carefully
# Julian: the below code was causing errors and it seems like a duplication of the above. Hope I haven't broken anything by commenting it. -Aaron
#