/[cvs]/nfo/projects/netfraggle/bin/fraggleError.py
ViewVC logotype

Contents of /nfo/projects/netfraggle/bin/fraggleError.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu Aug 26 23:10:12 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -3 lines
File MIME type: text/x-python
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 RSS 2.0 feed