pgAdmin 4 commit: First round of Python 3 compatibility fixes. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: First round of Python 3 compatibility fixes.
Date
Msg-id E1ZueBE-0004Dd-73@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
First round of Python 3 compatibility fixes.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=209ee78b252fb063e34681acc658b479585d2aba
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgAdmin4.py                                      |   18 +++++++++---------
web/pgadmin/__init__.py                              |    8 ++++----
web/pgadmin/browser/__init__.py                      |    8 ++------
web/pgadmin/browser/server_groups/__init__.py        |   12 +++++-------
.../browser/server_groups/servers/__init__.py        |   12 +++++++-----
web/pgadmin/browser/utils.py                         |    4 ++--
web/pgadmin/settings/__init__.py                     |    2 +-
web/pgadmin/utils/crypto.py                          |    2 +-
web/pgadmin/utils/driver/abstract.py                 |    7 +++----
web/pgadmin/utils/driver/psycopg2/__init__.py        |    9 ++++++---
web/setup.py                                         |    2 +-
11 files changed, 41 insertions(+), 43 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Patch - pgAdmin4 [to add support for python3]
Next
From: Dave Page
Date:
Subject: Re: Patch - pgAdmin4 [to add support for python3]