Author: jtauber
Date: Sun Oct 19 20:51:51 2008
New Revision: 54
Modified:
trunk/friendsdev/friends/importer.py
Log:
fixed relative import
Modified: trunk/friendsdev/friends/importer.py
==============================================================================
--- trunk/friendsdev/friends/importer.py (original)
+++ trunk/friendsdev/friends/importer.py Sun Oct 19 20:51:51 2008
@@ -1,6 +1,6 @@
from django.conf import settings
-from models import Contact
+from friends.models import Contact
import vobject
import ybrowserauth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---