Run 2to3 to start moving to python3

This commit is contained in:
2018-08-19 16:38:45 +02:00
parent f155d21ae0
commit ce56649c7c
16 changed files with 259 additions and 264 deletions

View File

@@ -1,4 +1,4 @@
db_url = 'postgres://CVi@127.0.0.1/pvv_vv'
db_url = 'postgres://robertem@127.0.0.1/pvvvv'
quit_allowed = True
stop_allowed = False
show_tracebacks = True