Prechádzať zdrojové kódy

Removing unused import of xmlrpclib

pombredanne 12 rokov pred
rodič
commit
7067b4d1cf
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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):
     def test_update_changed_procs(self):
         from supervisor import xmlrpc
         from supervisor import xmlrpc
-        import xmlrpclib
 
 
         plugin = self._makeOne()
         plugin = self._makeOne()
         supervisor = plugin.ctl.options._server.supervisor
         supervisor = plugin.ctl.options._server.supervisor