From 284e3f50c0d896aece30a5edd79e9d5de28a4c4a Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 16 May 2004 05:34:20 +0000 Subject: [PATCH] * src/ReadXML.py: Typo. svn: r3171 --- gramps2/ChangeLog | 1 + gramps2/src/ReadXML.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index f4900ec6c..cee62b533 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,6 +1,7 @@ 2004-05-15 Alex Roitman * src/plugins/RelGraph.py (_write_graph_record): Bug fixes. * src/docgen/RTFDoc.py: Typo. + * src/ReadXML.py: Typo. 2004-05-13 Alex Roitman * src/RelLib.py (probably_alive): Typos. diff --git a/gramps2/src/ReadXML.py b/gramps2/src/ReadXML.py index 83380892d..ab0d90ebc 100644 --- a/gramps2/src/ReadXML.py +++ b/gramps2/src/ReadXML.py @@ -119,7 +119,7 @@ def importData(database, filename, callback,cl=0): import traceback traceback.print_exc() return 0 - except ExpatError, msg: + except xml.parsers.expat.ExpatError, msg: if cl: print "Error reading %s" % filename print "The file is probably either corrupt or not a valid GRAMPS database."