[CalendarServer-changes] [6372] CalendarServer/branches/users/glyph/more-deferreds-7/twext/web2/ static.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 24 07:29:45 PDT 2010


Revision: 6372
          http://trac.macosforge.org/projects/calendarserver/changeset/6372
Author:   glyph at apple.com
Date:     2010-09-24 07:29:42 -0700 (Fri, 24 Sep 2010)
Log Message:
-----------
remove dead code

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/more-deferreds-7/twext/web2/static.py

Modified: CalendarServer/branches/users/glyph/more-deferreds-7/twext/web2/static.py
===================================================================
--- CalendarServer/branches/users/glyph/more-deferreds-7/twext/web2/static.py	2010-09-24 07:11:41 UTC (rev 6371)
+++ CalendarServer/branches/users/glyph/more-deferreds-7/twext/web2/static.py	2010-09-24 14:29:42 UTC (rev 6372)
@@ -1,3 +1,4 @@
+# -*- test-case-name: twext.web2.test.test_static -*-
 ##
 # Copyright (c) 2001-2008 Twisted Matrix Laboratories.
 # Copyright (c) 2010 Apple Computer, Inc. All rights reserved.
@@ -319,12 +320,6 @@
         """
         self.ignoredExts.append(ext)
 
-    def directoryListing(self):
-        return dirlist.DirectoryLister(self.fp.path,
-                                       self.listChildren(),
-                                       self.contentTypes,
-                                       self.contentEncodings,
-                                       self.defaultType)
 
     def putChild(self, name, child):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100924/13b8fa5e/attachment.html>


More information about the calendarserver-changes mailing list