Author: brosner
Date: Tue Oct 14 00:54:25 2008
New Revision: 1043
Modified:
trunk/apps/local_apps/lifestream/views.py
Log:
Killed an import that fails in any environment other than manage.py unless
sys.path was hacked to work.
Modified: trunk/apps/local_apps/lifestream/views.py
==============================================================================
--- trunk/apps/local_apps/lifestream/views.py (original)
+++ trunk/apps/local_apps/lifestream/views.py Tue Oct 14 00:54:25 2008
@@ -12,7 +12,6 @@
import base64
from zwitschern.utils import twitter_account_for_user,
twitter_verify_credentials
from zwitschern.pownce_utils import pownce_account_for_user,
pownce_verify_credentials
-from settings import SECRET_KEY
# from django.contrib.auth.models import User
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---