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

Works with python3 #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Works with python3 #6

wants to merge 2 commits into from

Conversation

joncombe
Copy link

No description provided.

# the content of N records are ignored
elif line[0] == 'V':
match = re.search(Entladebericht.v_record_re, line)
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.

@@ -8,7 +8,7 @@
"""


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
2 participants