[CalendarServer-changes] [4409] CalendarServer/trunk/calendarserver/__init__.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 2 11:33:33 PDT 2009


Revision: 4409
          http://trac.macosforge.org/projects/calendarserver/changeset/4409
Author:   wsanchez at apple.com
Date:     2009-07-02 11:33:33 -0700 (Thu, 02 Jul 2009)
Log Message:
-----------
Shut up, setuptools.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/__init__.py

Modified: CalendarServer/trunk/calendarserver/__init__.py
===================================================================
--- CalendarServer/trunk/calendarserver/__init__.py	2009-07-02 18:13:36 UTC (rev 4408)
+++ CalendarServer/trunk/calendarserver/__init__.py	2009-07-02 18:33:33 UTC (rev 4409)
@@ -17,3 +17,8 @@
 """
 CalendarServer application code.
 """
+
+# setuptools is annoying
+from warnings import filterwarnings
+filterwarnings("ignore", "Module (.*) was already imported (.*)")
+del filterwarnings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090702/0a654303/attachment.html>


More information about the calendarserver-changes mailing list