Przeglądaj źródła

Remove unused regex.

Chris McDonough 18 lat temu
rodzic
commit
e841100c0c
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      src/supervisor/rpcinterface.py

+ 0 - 3
src/supervisor/rpcinterface.py

@@ -1,5 +1,4 @@
 import os
-import re
 import time
 import datetime
 
@@ -23,8 +22,6 @@ from supervisor.process import getProcessStateDescription
 API_VERSION  = '2.0'
 
 class SupervisorNamespaceRPCInterface:
-    COMMAND_SEPARATOR = re.compile('\s+')
-
     def __init__(self, supervisord):
         self.supervisord = supervisord