mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
More generic changes from 2to3
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
import sys
|
||||
import os
|
||||
import hashlib
|
||||
from ConfigParser import ConfigParser
|
||||
from configparser import ConfigParser
|
||||
import psycopg2
|
||||
|
||||
# Templates that we don't want to ban automatically
|
||||
|
Reference in New Issue
Block a user