-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
$ svn diff
Index: export_emails.py
===================================================================
--- export_emails.py (revision 151)
+++ export_emails.py (working copy)
@@ -97,7 +97,7 @@
try:
import vobject
except ImportError:
- print self.style.ERROR_OUTPUT("Please install python-vobjects
to use the vcard export format.")
+ print self.style.ERROR_OUTPUT("Please install python-vobject
to use the vcard export format.")
import sys
sys.exit(1)
for ent in qs:
Original issue reported on code.google.com by lidaob...@gmail.com on 24 Oct 2008 at 1:27
Reactions are currently unavailable