- Timestamp:
- 10/23/13 06:23:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StreamVision/StreamVision.py
r668 r669 179 179 if key == self.key: 180 180 self.key = None 181 os.remove( cache)181 os.remove(self.cache) 182 182 183 183 class StreamVision(NSApplication):
Note:
See TracChangeset
for help on using the changeset viewer.