Skip to content

Conversation

@yaronskaya
Copy link
Contributor

Added multiple imports for opencv in python and handling imports of ..._pb (proto packages).

@yaronskaya yaronskaya requested a review from astansler November 17, 2017 14:40

return imports.toList()
var libraries = imports.map { MULTI_IMPORT_TO_LIB.getOrDefault(it, it) }
.filter { !it.endsWith("pb")}.toMutableList()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is that hardcoded? It's dirty

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean?

@yaronskaya yaronskaya merged commit 65a41f4 into develop Nov 20, 2017
@yaronskaya yaronskaya deleted the develop-imports2 branch November 20, 2017 11:04
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