Unused imports

This commit is contained in:
Jon Tibble 2011-02-14 01:55:34 +00:00
parent 3b4cbbf946
commit 71cbbfcbf2
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ import logging
from chardet.universaldetector import UniversalDetector
import sqlite
from openlp.core.lib import translate
from openlp.core.ui.wizard import WizardStrings
from openlp.plugins.songs.lib import retrieve_windows_encoding
from songimport import SongImport

View File

@ -31,7 +31,6 @@ from lxml import objectify
from lxml.etree import Error, LxmlError
import re
from openlp.core.lib import translate
from openlp.core.ui.wizard import WizardStrings
from openlp.plugins.songs.lib.songimport import SongImport