fix broken py3 compat in 7186be08
This commit is contained in:
@@ -16,6 +16,11 @@ try:
|
||||
except:
|
||||
stdout = sys.stdout
|
||||
|
||||
try:
|
||||
unicode
|
||||
except:
|
||||
unicode = str
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user