浏览代码

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