Skip to content
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

Fixed import statements in __init__.py to include solow module. #120

Merged
merged 1 commit into from
Feb 12, 2015

Conversation

davidrpugh
Copy link
Contributor

@jstac @spencerlyon2

I noticed when I upgraded to the new release of quantecon that

from quantecon.models import solow

command that had been working on my machine was no longer working. Not sure exactly what the problem is. After checking the __init__.py file in the models module I noticed that solow was not in the module's name space. This PR should fix that problem. Again, everything is working on my machine but it would be good to get independent verification.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) to 91.2% when pulling 0d383e6 on davidrpugh:hotfx-model-imports into cdef550 on QuantEcon:master.

@jstac
Copy link
Contributor

jstac commented Feb 12, 2015

Works on mine. Merging...

jstac added a commit that referenced this pull request Feb 12, 2015
Fixed import statements in __init__.py to include solow module.
@jstac jstac merged commit 85d5e52 into QuantEcon:master Feb 12, 2015
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.

3 participants