GEPS008: Change imports for lowercase plugins
svn: r19914
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user