Introduce new directory structure

To clarify which is a bot and which are helper scripts

Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=74 FS#74]
This commit is contained in:
2016-08-24 22:41:41 +02:00
parent af48888535
commit e28acf88d1
4 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ import pywikibot # noqa
from pywikibot.tools import deprecated # noqa
import jogobot
from mysqlred import MysqlRedFam
from lib.mysqlred import MysqlRedFam
class RedFam:

View File

@@ -30,8 +30,8 @@ import mwparserfromhell as mwparser
import jogobot # noqa
from mysqlred import MysqlRedPage
from redfam import RedFamParser
from lib.mysqlred import MysqlRedPage
from lib.redfam import RedFamParser
class RedPage:

View File

@@ -35,8 +35,8 @@ from pywikibot.bot import ExistingPageBot, NoRedirectPageBot
import jogobot
import redpage
import redfam
from lib import redpage
from lib import redfam
class DiscussionParserBot(