Re: [pgAdmin] Fix incorrect import in setup.py

2020-09-28 Thread Akshay Joshi
Thanks, patch applied. On Mon, Sep 28, 2020 at 4:48 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Azad, > > The patch looks good to me. > > On Thu, Sep 24, 2020 at 6:33 PM Azad Salahlı > wrote: > >> Hi, >> >> First time posting here. I've attached a fix for an incorrect im

Re: [pgAdmin] Fix incorrect import in setup.py

2020-09-28 Thread Aditya Toshniwal
Hi Azad, The patch looks good to me. On Thu, Sep 24, 2020 at 6:33 PM Azad Salahlı wrote: > Hi, > > First time posting here. I've attached a fix for an incorrect import > in `setup.py`. Trying to import from `pgadmin` before adding the root > directory to the system path results in import error,

[pgAdmin] Fix incorrect import in setup.py

2020-09-24 Thread Azad Salahlı
Hi, First time posting here. I've attached a fix for an incorrect import in `setup.py`. Trying to import from `pgadmin` before adding the root directory to the system path results in import error, when the script is invoked in any other way than running it directly. For example $ /path/to/ven