mirror of
https://github.com/gryf/wicd.git
synced 2026-01-04 21:04:15 +01:00
2to3 transformation
This commit is contained in:
@@ -2,10 +2,10 @@ def run_tests():
|
||||
import unittest
|
||||
test_suite = unittest.TestSuite()
|
||||
|
||||
import testwnettools
|
||||
from . import testwnettools
|
||||
test_suite.addTest(testwnettools.suite())
|
||||
|
||||
import testmisc
|
||||
from . import testmisc
|
||||
test_suite.addTest(testmisc.suite())
|
||||
|
||||
unittest.TextTestRunner(verbosity=2).run(test_suite)
|
||||
|
||||
Reference in New Issue
Block a user