GEPS008: Change imports for lowercase plugins

svn: r19914
This commit is contained in:
Nick Hall 2012-06-24 17:06:50 +00:00
parent 541887e6ba
commit 4a7623a5ed
4 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ import gtk
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
from gui.plug.export import WriterOptionBox from gui.plug.export import WriterOptionBox
from ExportXml import XmlWriter from exportxml import XmlWriter
from gen.utils.file import media_path_full, get_unicode_path_from_file_chooser from gen.utils.file import media_path_full, get_unicode_path_from_file_chooser
from gen.constfunc import win from gen.constfunc import win

View File

@ -38,7 +38,7 @@ import libxml2
from libgrampsxml import GRAMPS_XML_VERSION from libgrampsxml import GRAMPS_XML_VERSION
from const import VERSION from const import VERSION
import ExportVCard import exportvcard
class VCardCheck(unittest.TestCase): class VCardCheck(unittest.TestCase):
def setUp(self): def setUp(self):

View File

@ -47,7 +47,7 @@ log = logging.getLogger(".ReadPkg")
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
import const import const
import ImportXml import importxml
from gen.utils.file import media_path from gen.utils.file import media_path
#------------------------------------------------------------------------- #-------------------------------------------------------------------------

View File

@ -42,8 +42,8 @@ import libxslt
from libgrampsxml import GRAMPS_XML_VERSION from libgrampsxml import GRAMPS_XML_VERSION
from const import ROOT_DIR, VERSION from const import ROOT_DIR, VERSION
import ImportVCard import importvcard
from ImportVCard import VCardParser from importvcard import VCardParser
class VCardCheck(unittest.TestCase): class VCardCheck(unittest.TestCase):
def setUp(self): def setUp(self):