Changeset 680
- Timestamp:
- 06/15/08 15:41:18 (2 months ago)
- Files:
-
- oss/amplee/amplee/storage/storefs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oss/amplee/amplee/storage/storefs.py
r626 r680 34 34 self.storage_path = storage_path 35 35 if not os.path.exists(self.storage_path): 36 os.m kdir(self.storage_path)36 os.makedirs(self.storage_path) 37 37 self.encoding = encoding 38 38 self.enable_lock = enable_lock
