mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 04:02:45 +01:00
test_proto_inspircd: fix 'python3 -m unittest' compat
This commit is contained in:
parent
8ad68023d6
commit
0bfe2b2a21
@ -4,7 +4,7 @@ sys.path += [os.getcwd(), os.path.join(os.getcwd(), 'protocols')]
|
||||
import unittest
|
||||
|
||||
import inspircd
|
||||
import test_proto_common
|
||||
from . import test_proto_common
|
||||
from classes import ProtocolError
|
||||
|
||||
class TestInspIRCdProtocol(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user