REST API examples: fixed config.py for Python 3

pull/340/head v4.5.6
f4exb 2019-05-01 12:54:01 +02:00
rodzic 65f7e185b4
commit 84dc7e0bb0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ def main():
except Exception as ex:
tb = traceback.format_exc()
print >> sys.stderr, tb
print(tb, file=sys.stderr)
# ======================================================================