Changeset 1080 in tailor
- Timestamp:
- 03/31/06 01:20:39 (7 years ago)
- Hash name:
- 20060330232039-97f81-595f55ea6ba20461eb4d2e1c5524a31354e1530c
- File:
-
- 1 edited
-
vcpx/tailor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/tailor.py
r1076 r1080 143 143 return 144 144 self.update() 145 except UnicodeEncodeError, exc:145 except (UnicodeDecodeError, UnicodeEncodeError), exc: 146 146 raise ConfigurationError('%s: it seems that the encoding ' 147 147 'used by either the source ("%s") or the '
Note: See TracChangeset
for help on using the changeset viewer.
