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