--- nfo/projects/netfraggle/bin/fraggleParserXML.py 2004/08/26 23:10:12 1.4 +++ nfo/projects/netfraggle/bin/fraggleParserXML.py 2004/08/29 22:52:40 1.5 @@ -3,6 +3,7 @@ import sys import fraggleError +#from fraggleError import * from xml.dom.ext.reader import Sax2 from xml.marshal import * @@ -48,6 +49,7 @@ try: file = open(inputLocation,"r") except: - fraggleError.errorFileNotFound(inputLocation) + return + #fraggleError.errorFileNotFound(inputLocation) return generic.load(file) \ No newline at end of file