소스 검색

Remove unused regex.

Chris McDonough 18 년 전
부모
커밋
e841100c0c
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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