|
@@ -1520,7 +1520,6 @@ class ServerOptionsTests(unittest.TestCase):
|
|
redirect_stderr = True
|
|
redirect_stderr = True
|
|
""")
|
|
""")
|
|
from supervisor.options import UnhosedConfigParser
|
|
from supervisor.options import UnhosedConfigParser
|
|
- from supervisor.tests.base import dummy_handler
|
|
|
|
config = UnhosedConfigParser()
|
|
config = UnhosedConfigParser()
|
|
config.read_string(text)
|
|
config.read_string(text)
|
|
instance = self._makeOne()
|
|
instance = self._makeOne()
|