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

Issues with __import__ in jsonclass.py #15

Open
jsalz opened this issue Apr 19, 2012 · 0 comments
Open

Issues with __import__ in jsonclass.py #15

jsalz opened this issue Apr 19, 2012 · 0 comments

Comments

@jsalz
Copy link
Contributor

jsalz commented Apr 19, 2012

jsonclass.py uses import to import a module. It looks like it expects import to return the imported module, but it doesn't work that way for nested modules: e.g., if I import a.b.c, import returns a, not c.

I'll attach a patch to fix this.

joshmarshall added a commit that referenced this issue Oct 26, 2013
Fix for issue #15 (importing)
wwzbwwzb pushed a commit to wwzbwwzb/rpcjsonlib that referenced this issue Nov 3, 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

No branches or pull requests

1 participant