pgAdmin 4 commit: Fix PEP8 issues in the Tools module. Fixes #3063

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix PEP8 issues in the Tools module. Fixes #3063
Date: 2018-01-26 16:54:24
Message-ID: E1ef7Gi-0007pf-RS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix PEP8 issues in the Tools module. Fixes #3063

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=393ce53d2da5c7fd686ebcc849d63d920c02fffe
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/config.py | 1 -
web/pgAdmin4.py | 28 +-
web/pgadmin/__init__.py | 54 +-
web/pgadmin/tools/__init__.py | 18 +-
web/pgadmin/tools/backup/__init__.py | 4 +-
web/pgadmin/tools/datagrid/__init__.py | 85 ++-
web/pgadmin/tools/debugger/__init__.py | 800 ++++++++++++++++++--------
web/pgadmin/tools/grant_wizard/__init__.py | 12 +-
web/pgadmin/tools/import_export/__init__.py | 7 +-
web/pgadmin/tools/maintenance/__init__.py | 7 +-
web/pgadmin/tools/restore/__init__.py | 6 +-
web/pgadmin/tools/sqleditor/__init__.py | 197 ++++---
web/pgadmin/tools/sqleditor/command.py | 259 ++++++---
web/pgadmin/tools/user_management/__init__.py | 23 +-
web/setup.py | 3 +-
15 files changed, 1005 insertions(+), 499 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-26 16:56:41 Re: [pgAdmin4][RM#3062] Fix PEP-8 issues in Tools module
Previous Message Dave Page 2018-01-26 16:45:20 Re: [pgadmin][patch] Make Feature and Unit tests Green Again