5746: Use the new User classes for Importers; fixed Gedcom import; added user.info()

svn: r19561
This commit is contained in:
Doug Blank
2012-05-17 21:19:23 +00:00
parent 8cebcd57db
commit 525da42eec
3 changed files with 18 additions and 4 deletions

View File

@@ -161,3 +161,10 @@ class User(gen.user.User):
"Berkeley database. This can be repaired from "
"the Family Tree Manager. Select the database and "
'click on the Repair button') + '\n\n' + error)
def info(self, msg1, infotext, parent=None, monospaced=False):
"""
Displays information to the CLI
"""
print msg1
print infotext