Import translate in splashscreen.py

bzr-revno: 851
This commit is contained in:
Jon Tibble 2010-06-17 15:45:22 +01:00
commit 7dc31a1ad2

View File

@ -24,7 +24,8 @@
############################################################################### ###############################################################################
from PyQt4 import QtCore, QtGui from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon
from openlp.core.lib import build_icon, translate
class SplashScreen(object): class SplashScreen(object):
def __init__(self, version): def __init__(self, version):