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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Aug 25 21:51:09 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
File MIME type: text/x-python
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 RSS 2.0 feed