Skip to content

Conversation

joncombe
Copy link

No description provided.

newdict = {}
if not match:
print 'no match', repr(line)
('no match', repr(line))

Choose a reason for hiding this comment

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

Why did you delete this print?

Copy link
Author

Choose a reason for hiding this comment

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

Well spotted, I think that one was deleted in eror.



import binpack_simple
import pyshipping.binpack_simple

Choose a reason for hiding this comment

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

I have this error when calling the funtion binpack below this line

NameError: name 'binpack_simple' is not defined

In my opinion, we should do something like this:
import pyshipping.binpack_simple as binpack_simple

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