GEPS008: Change imports for lowercase plugins
svn: r19914
This commit is contained in:
parent
541887e6ba
commit
4a7623a5ed
@ -60,7 +60,7 @@ import gtk
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
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.constfunc import win
|
||||
|
||||
|
@ -38,7 +38,7 @@ import libxml2
|
||||
|
||||
from libgrampsxml import GRAMPS_XML_VERSION
|
||||
from const import VERSION
|
||||
import ExportVCard
|
||||
import exportvcard
|
||||
|
||||
class VCardCheck(unittest.TestCase):
|
||||
def setUp(self):
|
||||
|
@ -47,7 +47,7 @@ log = logging.getLogger(".ReadPkg")
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import const
|
||||
import ImportXml
|
||||
import importxml
|
||||
from gen.utils.file import media_path
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
@ -42,8 +42,8 @@ import libxslt
|
||||
from libgrampsxml import GRAMPS_XML_VERSION
|
||||
|
||||
from const import ROOT_DIR, VERSION
|
||||
import ImportVCard
|
||||
from ImportVCard import VCardParser
|
||||
import importvcard
|
||||
from importvcard import VCardParser
|
||||
|
||||
class VCardCheck(unittest.TestCase):
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user