* src/ReadXML.py: Typo.
svn: r3171
This commit is contained in:
parent
eeca791968
commit
682c4e0217
@ -1,6 +1,7 @@
|
||||
2004-05-15 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/plugins/RelGraph.py (_write_graph_record): Bug fixes.
|
||||
* src/docgen/RTFDoc.py: Typo.
|
||||
* src/ReadXML.py: Typo.
|
||||
|
||||
2004-05-13 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/RelLib.py (probably_alive): Typos.
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user