Browse Source

Fix error name 'raw_input' is not defined (for Python3)

Son Nguyen 10 năm trước cách đây
mục cha
commit
d02b11e523
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      supervisor/supervisorctl.py

+ 1 - 0
supervisor/supervisorctl.py

@@ -33,6 +33,7 @@ import threading
 from supervisor.compat import xmlrpclib
 from supervisor.compat import urlparse
 from supervisor.compat import unicode
+from supervisor.compat import raw_input
 
 from supervisor.medusa import asyncore_25 as asyncore