forked from openlp/openlp
Correction for Migrate version smaller than 0.7
This commit is contained in:
parent
aa0b49290d
commit
5a415311a5
@ -41,7 +41,7 @@ except ImportError:
|
||||
PHONON_VERSION = u'-'
|
||||
try:
|
||||
import migrate
|
||||
MIGRATE_VERSION = migrate.__version__
|
||||
MIGRATE_VERSION = getattr(migrate, u'__version__', u'< 0.7')
|
||||
except ImportError:
|
||||
MIGRATE_VERSION = u'-'
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user