Parent Directory | Revision Log
xmlrpc class added
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, 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 |