Merge branch 'fs#74-helpermodules-lib' into fs#70-refactoring
This commit is contained in:
@@ -35,7 +35,7 @@ import pywikibot # noqa
|
|||||||
from pywikibot.tools import deprecated # noqa
|
from pywikibot.tools import deprecated # noqa
|
||||||
|
|
||||||
import jogobot
|
import jogobot
|
||||||
from mysqlred import MysqlRedFam
|
from lib.mysqlred import MysqlRedFam
|
||||||
|
|
||||||
|
|
||||||
class RedFam:
|
class RedFam:
|
||||||
@@ -30,8 +30,8 @@ import mwparserfromhell as mwparser
|
|||||||
|
|
||||||
import jogobot # noqa
|
import jogobot # noqa
|
||||||
|
|
||||||
from mysqlred import MysqlRedPage
|
from lib.mysqlred import MysqlRedPage
|
||||||
from redfam import RedFamParser
|
from lib.redfam import RedFamParser
|
||||||
|
|
||||||
|
|
||||||
class RedPage:
|
class RedPage:
|
||||||
@@ -35,8 +35,8 @@ from pywikibot.bot import ExistingPageBot, NoRedirectPageBot
|
|||||||
|
|
||||||
import jogobot
|
import jogobot
|
||||||
|
|
||||||
import redpage
|
from lib import redpage
|
||||||
import redfam
|
from lib import redfam
|
||||||
|
|
||||||
|
|
||||||
class DiscussionParserBot(
|
class DiscussionParserBot(
|
||||||
|
|||||||
Reference in New Issue
Block a user