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

Fix for TypeError for implicit conversion #12

Merged
merged 1 commit into from
May 8, 2015

Conversation

ColtonProvias
Copy link
Contributor

package_import is a list, and on Python 3.4 it must be implicitly converted to a string before concatenation.

`package_import` is a list, and on Python 3.4 it must be implicitly converted to a string before concatenation.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.19% when pulling 505ee3b on ColtonProvias:patch-1 into 5c6f05d on bndr:master.

bndr added a commit that referenced this pull request May 8, 2015
Fix for TypeError for implicit conversion
@bndr bndr merged commit b6f661f into bndr:master May 8, 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.

None yet

3 participants