bzr-revno: 410
This commit is contained in:
Martin Thompson 2009-03-12 20:18:14 +00:00
parent f1a6057b08
commit 1d9569236d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import sys
import os
mypath=os.path.split(os.path.abspath(__file__))[0]
sys.path.insert(0,(os.path.join(mypath, '..', '..','..')))
from openlp.theme import Theme
from openlp.theme import Theme
from openlp.core import Renderer
from PyQt4 import QtGui, QtCore