mirror of
https://github.com/simon987/opendirectories-bot.git
synced 2025-12-15 08:09:03 +00:00
Fixes problem with parser module on windows (#4)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from unittest import TestCase
|
||||
|
||||
from parser import ApacheParser, NginxParser
|
||||
from parsing import ApacheParser, NginxParser
|
||||
from crawler import Crawler
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from parser import NginxParser, PageParser, ApacheParser
|
||||
from parsing import NginxParser, PageParser, ApacheParser
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user