Changeset 527 for trunk/src/config.py
- Timestamp:
- 12/20/06 16:52:25 (2 years ago)
- Files:
-
- trunk/src/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/config.py
r525 r527 76 76 77 77 def delete(self): 78 os.remove(self.uri.path)79 78 mesk.config.remove_section(self._section)
