[CalendarServer-changes] [3465] CalendarServer/branches/users/wsanchez/deployment/bin/caladmin

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 5 11:32:17 PST 2008


Revision: 3465
          http://trac.macosforge.org/projects/calendarserver/changeset/3465
Author:   wsanchez at apple.com
Date:     2008-12-05 11:32:17 -0800 (Fri, 05 Dec 2008)
Log Message:
-----------
Disable caladmin

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/bin/caladmin

Modified: CalendarServer/branches/users/wsanchez/deployment/bin/caladmin
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/bin/caladmin	2008-12-05 17:36:53 UTC (rev 3464)
+++ CalendarServer/branches/users/wsanchez/deployment/bin/caladmin	2008-12-05 19:32:17 UTC (rev 3465)
@@ -15,13 +15,7 @@
 # limitations under the License.
 ##
 
-import sys, os
+import sys
 
-#PYTHONPATH
-
 if __name__ == '__main__':
-   if 'PYTHONPATH' in globals():
-      sys.path.insert(0, PYTHONPATH)
-
-   from twistedcaldav.admin.script import run
-   run()
+   sys.exit(1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081205/234e8a8a/attachment-0001.html>


More information about the calendarserver-changes mailing list