Explorar o código

Fix test broken by bad merge

Mike Naberezny %!s(int64=9) %!d(string=hai) anos
pai
achega
18a52ff037
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      supervisor/tests/test_options.py

+ 1 - 1
supervisor/tests/test_options.py

@@ -2409,7 +2409,7 @@ class UnhosedConfigParserTests(unittest.TestCase):
     def test_saneget_no_default(self):
         parser = self._makeOne()
         parser.read_string("[supervisord]\n")
-        from supervisor.compat import ConfigParser
+        import ConfigParser
         self.assertRaises(ConfigParser.NoOptionError,
             parser.saneget, "supervisord", "missing")