Changeset 161 for trunk/factory/src/backends/__init__.py
- Timestamp:
- 05/19/09 17:16:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/factory/src/backends/__init__.py
r128 r161 116 116 file.close() 117 117 except (IOError): 118 raise BackendException('Could not read file ')118 raise BackendException('Could not read file %s' % path) 119 119 120 120 if encode:
Note: See TracChangeset
for help on using the changeset viewer.