Explorar el Código

Removing unused import of xmlrpclib

pombredanne hace 12 años
padre
commit
7067b4d1cf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      supervisor/tests/test_supervisorctl.py

+ 0 - 1
supervisor/tests/test_supervisorctl.py

@@ -739,7 +739,6 @@ class TestDefaultControllerPlugin(unittest.TestCase):
 
     def test_update_changed_procs(self):
         from supervisor import xmlrpc
-        import xmlrpclib
 
         plugin = self._makeOne()
         supervisor = plugin.ctl.options._server.supervisor