Some more OOo related fixes.

This commit is contained in:
Raoul Snyman 2010-06-24 22:48:38 +02:00
parent 9dc12ac522
commit ae17e3b6b3
1 changed files with 7 additions and 3 deletions

View File

@ -94,6 +94,10 @@ class VerseType(object):
from manager import SongManager
from songstab import SongsTab
from mediaitem import SongMediaItem
from sofimport import SofImport
from oooimport import OooImport
from songimport import SongImport
from songimport import SongImport
try:
from sofimport import SofImport
from oooimport import OooImport
except ImportError:
pass