[CalendarServer-changes] [6424] CalendarServer/trunk/calendarserver/tools/config.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 13 15:16:15 PDT 2010


Revision: 6424
          http://trac.macosforge.org/projects/calendarserver/changeset/6424
Author:   sagen at apple.com
Date:     2010-10-13 15:16:11 -0700 (Wed, 13 Oct 2010)
Log Message:
-----------
import os so 'calendarserver_config --help' works

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/config.py

Modified: CalendarServer/trunk/calendarserver/tools/config.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/config.py	2010-10-13 21:07:21 UTC (rev 6423)
+++ CalendarServer/trunk/calendarserver/tools/config.py	2010-10-13 22:16:11 UTC (rev 6424)
@@ -21,7 +21,7 @@
 requested value.
 """
 
-import sys
+import os, sys
 from getopt import getopt, GetoptError
 
 from twistedcaldav import config
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101013/4d36ed96/attachment-0001.html>


More information about the calendarserver-changes mailing list