Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by xabbu, Wed Aug 25 21:51:09 2004 UTC | revision 1.2 by xabbu, Thu Aug 26 23:10:12 2004 UTC | |
|---|---|---|
| # | Line 9 class fraggleError: | Line 9 class fraggleError: |
| 9 | def __init__(self,parent): | def __init__(self,parent): |
| 10 | pass | pass |
| 11 | ||
| def errorFileNotFound(self): | ||
| print("The file could not be opened") | ||
| 12 | def errorFileNotFound(self, fileName): | |
| 13 | print("Error: The file "+fileName+" could not be opened!") | |
| 14 | ||
| 15 | def errorXMLStreamNotValid(self): | |
| 16 | print("Error: The XML was not valid!") |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |