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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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!")

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed