pgAdmin 4 commit: Remove the dependency on importlib for Python <= 2.7.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove the dependency on importlib for Python <= 2.7.
Date: 2019-03-20 11:58:16
Message-ID: E1h6ZrM-0003vA-Vl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove the dependency on importlib for Python <= 2.7. It's not actually required.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48c3763e95d872fc11b2a572645472ac69d36bbc

Modified Files
--------------
pkg/pip/setup_pip.py | 6 ------
requirements.txt | 4 ----
2 files changed, 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-20 13:01:36 pgAdmin 4 commit: Update pycodestyle to 2.5.0. Allow newer versions so
Previous Message Dave Page 2019-03-20 11:27:33 pgAdmin 4 commit: Delete the ci scripts that have be unmaintained and u