Parent Directory
|
Revision Log
rudimentary class for printing error messages
| 1 | xabbu | 1.1 | import sys |
| 2 | |||
| 3 | |||
| 4 | def create(parent): | ||
| 5 | return fraggleError(parent) | ||
| 6 | |||
| 7 | class fraggleError: | ||
| 8 | |||
| 9 | def __init__(self,parent): | ||
| 10 | pass | ||
| 11 | |||
| 12 | def errorFileNotFound(self): | ||
| 13 | print("The file could not be opened") | ||
| 14 |
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |