wikipathways / wikipathways-api-client-py

Python API client for WikiPathways webservices.
1 stars 0 forks source link

Python3 import wikipathways_api_client #5

Open tayaza opened 6 years ago

tayaza commented 6 years ago

I had troubles import the client API in a Python3 env. Solved it by editing the import statement in init.py from from wikipathways_api_client import WikipathwaysApiClient to simply import wikipathways_api_client

Perhaps you should effect this.

ariutta commented 6 years ago

Thanks for reporting this!

@nsalomonis, would this change be OK for altanalyze?