Author: dmeyer
Date: Sat Mar 25 20:27:45 2006
New Revision: 1352

Modified:
   trunk/beacon/src/directory.py

Log:
remove listding cache

Modified: trunk/beacon/src/directory.py
==============================================================================
--- trunk/beacon/src/directory.py       (original)
+++ trunk/beacon/src/directory.py       Sat Mar 25 20:27:45 2006
@@ -126,6 +126,8 @@
             result = []
         result += [ ( x, False ) for x in listdir if not x.startswith('.') ]
         result.sort(lambda x,y: cmp(x[0], y[0]))
+        if hasattr(self, '_beacon_os_listdir_cache'):
+            del self._beacon_os_listdir_cache
         return result
 
 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to