From ae4f21a4281e1754cea2ea14e44f39aff75d5c09 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 22 Jan 2012 17:18:30 +0000 Subject: [PATCH] typo svn: r18762 --- src/plugins/import/ImportGpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/import/ImportGpkg.py b/src/plugins/import/ImportGpkg.py index 758bd8edc..a7f364173 100644 --- a/src/plugins/import/ImportGpkg.py +++ b/src/plugins/import/ImportGpkg.py @@ -59,7 +59,7 @@ import Utils def impData(database, name, cb=None): # Create tempdir, if it does not exist, then check for writability # THE TEMP DIR is named as the filname.gpkg.media and is created - # in the mediapath dir of the family tree we import too + # in the mediapath dir of the family tree we import to oldmediapath = database.get_mediapath() #use home dir if no media path media_path = Utils.media_path(database)