Continued work on GEP008: move src/Mime to src/gen/mime.

svn: r14118
This commit is contained in:
Brian Matherly
2010-01-24 20:17:14 +00:00
parent 09b0e50d41
commit cd30f4db2f
20 changed files with 80 additions and 172 deletions

View File

@ -42,7 +42,7 @@ LOG = logging.getLogger(".")
# GRAMPS modules
#
#-------------------------------------------------------------------------
from Mime import mime_type_is_defined
from gen.mime import mime_type_is_defined
import TransUtils
#-------------------------------------------------------------------------