pgAdmin 4 commit: First round of Python 3 compatibility fixes.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: First round of Python 3 compatibility fixes.
Date: 2015-11-06 10:23:36
Message-ID: E1ZueBE-0004Dd-73@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-11-06 10:23:47 Re: Patch - pgAdmin4 [to add support for python3]
Previous Message Murtuza Zabuawala 2015-11-05 12:08:36 Patch - pgAdmin4 [to add support for python3]