root/Cheetah/Unspecified.py
| Revision f17b49bd2a9cb5c693518283252cdbca4d04136b, 258 bytes (checked in by Jason Michalski <armooo@armooo.net>, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | try: |
| 2 | from ds.sys.Unspecified import Unspecified |
| 3 | except ImportError: |
| 4 | class _Unspecified: |
| 5 | def __repr__(self): |
| 6 | return 'Unspecified' |
| 7 | def __str__(self): |
| 8 | return 'Unspecified' |
| 9 | Unspecified = _Unspecified() |
Note: See TracBrowser for help on using the browser.
