From be0041804af46a2f3dc87d76e9d47b154a8f46b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GOLDERWEB=20=E2=80=93=20Jonathan=20Golder?= Date: Sun, 13 Sep 2015 13:19:22 +0200 Subject: [PATCH] Clean up --- __init__.py | 2 -- mysqlred.py | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index ebbaf6c..1aef520 100644 --- a/__init__.py +++ b/__init__.py @@ -24,5 +24,3 @@ """ Scripts for our redundances bot """ - -from redundances import mysqlred, redpage, redfam diff --git a/mysqlred.py b/mysqlred.py index 0f400f4..947d6e5 100644 --- a/mysqlred.py +++ b/mysqlred.py @@ -34,6 +34,7 @@ except ImportError: from pywikibot import config import jogobot + class MysqlRed: """ Basic interface class, containing opening of connection