mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Aka: Fix typo (Error, not error).
This commit is contained in:
parent
677f7fdd6f
commit
a67b31c9ea
@ -47,7 +47,7 @@ try:
|
|||||||
import sqlalchemy.ext
|
import sqlalchemy.ext
|
||||||
import sqlalchemy.ext.declarative
|
import sqlalchemy.ext.declarative
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise callbacks.error('You have to install python-sqlalchemy in order '
|
raise callbacks.Error('You have to install python-sqlalchemy in order '
|
||||||
'to load this plugin.')
|
'to load this plugin.')
|
||||||
|
|
||||||
if sqlalchemy:
|
if sqlalchemy:
|
||||||
|
Loading…
Reference in New Issue
Block a user