Changeset 04f6a4 in git for modules/openmathserver/omexceptions.py
- Timestamp:
- Jun 15, 2005, 12:37:39 PM (18 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 16678227fe277530e8904f607ce8e6128f93df2a
- Parents:
- c0124632d28789a5766a1280af3eab471d401852
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/openmathserver/omexceptions.py
rc012463 r04f6a4 9 9 class UnsupportedOperationError(Exception): 10 10 pass 11 class UnresolvedReference(Exception): 12 pass
Note: See TracChangeset
for help on using the changeset viewer.