liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

typo: s/python-vobjects/python-vobject/ #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$ 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:32

GoogleCodeExporter commented 8 years ago
sorry for double post, please delete this issue

thanks

Original comment by lidaob...@gmail.com on 24 Oct 2008 at 1:32

GoogleCodeExporter commented 8 years ago

Original comment by v.oostv...@gmail.com on 24 Oct 2008 at 5:00