Skip to content

Fix version import #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2013
Merged

Conversation

joncotton
Copy link
Contributor

setup.py now accesses the version information without importing the module, which caused problems. __init__.py is the canonical location now, which is better I think. client.py avoids circular imports by only importing the version when it needs it.

Follow up to changes in 563de9d

There were circular import issues most notably during install. `setup.py` now grabs the version information without having to import the module (which led to importing other modules which isn't appropriate during setup.py activities).
@se3000
Copy link
Contributor

se3000 commented Aug 30, 2013

+1

joncotton added a commit that referenced this pull request Nov 15, 2013
Fix version import. `__init__.py` is the canonical location
@joncotton joncotton merged commit e8fedb3 into embedly:master Nov 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants