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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by xabbu, Thu Aug 26 23:10:12 2004 UTC revision 1.5 by xabbu, Sun Aug 29 22:52:40 2004 UTC
# Line 3  Line 3 
3  import sys  import sys
4  import fraggleError  import fraggleError
5    
6    #from fraggleError import *
7  from xml.dom.ext.reader import Sax2  from xml.dom.ext.reader import Sax2
8  from xml.marshal import *  from xml.marshal import *
9    
# Line 48  class fraggleParserXML: Line 49  class fraggleParserXML:
49          try:          try:
50              file = open(inputLocation,"r")              file = open(inputLocation,"r")
51          except:          except:
52              fraggleError.errorFileNotFound(inputLocation)              return
53                #fraggleError.errorFileNotFound(inputLocation)
54          return generic.load(file)          return generic.load(file)
55            

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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