From a67b31c9eaeb1fe04e736d6de6d2a40974578c13 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 23 Oct 2013 13:42:02 +0000 Subject: [PATCH] Aka: Fix typo (Error, not error). --- plugins/Aka/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Aka/plugin.py b/plugins/Aka/plugin.py index 293e18431..c0823d2b0 100644 --- a/plugins/Aka/plugin.py +++ b/plugins/Aka/plugin.py @@ -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: