Aka: Fix typo (Error, not error).

This commit is contained in:
Valentin Lorentz 2013-10-23 13:42:02 +00:00
parent 677f7fdd6f
commit a67b31c9ea

View File

@ -47,7 +47,7 @@ try:
import sqlalchemy.ext
import sqlalchemy.ext.declarative
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.')
if sqlalchemy: