We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f48a8 commit 2c2cd35Copy full SHA for 2c2cd35
supervisor/compat.py
@@ -62,9 +62,9 @@ def is_text_stream(stream):
62
syslog = None
63
64
try: # pragma: no cover
65
- import configparser as ConfigParser
+ import ConfigParser
66
except ImportError: # pragma: no cover
67
- import ConfigParser
+ import configparser as ConfigParser
68
69
70
from StringIO import StringIO
@@ -86,7 +86,6 @@ def is_text_stream(stream):
86
87
from base64 import decodestring, encodestring
88
89
-
90
91
from xmlrpc.client import Fault
92
0 commit comments