[pgadmin-hackers] python 2.6 support [pgAdmin4]

2016-01-27 Thread Harshal Dhumal
Hi, PFA patch for pgAdmin4 to run in python 2.6 environment. Changes are mostly related to 1] dictionary comprehension syntax. 2] Converting query result to dict in execute_dict and execute_2array methods in psycopg driver 3] Added importlib python package dependency for python 2.6. --

Re: [pgadmin-hackers] python 2.6 support [pgAdmin4]

2016-01-27 Thread Dave Page
Thanks, patch applied. On Wed, Jan 27, 2016 at 12:51 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > > PFA patch for pgAdmin4 to run in python 2.6 environment. > > Changes are mostly related to 1] dictionary comprehension syntax. 2] > Converting query result to dict in