Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Python 3 version#1

Open
jrszilard wants to merge 5 commits into
alpire:masterfrom
jrszilard:python_3_version
Open

Python 3 version#1
jrszilard wants to merge 5 commits into
alpire:masterfrom
jrszilard:python_3_version

Conversation

@jrszilard

Copy link
Copy Markdown

Wanted to add the python 3 files to update the program.

created in wrong place
changed line 24 for key, location in keys_and_locations.iteritems(): to for key, location in keys_and_locations.items():
Remove long in line 57, 65, 69, 96, 102 and changed basestring to str in line 39 and 80
changed vehicles.interitems() to vehicles.items() in line 42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant