Skip to content

! Fix module importing in python 3#507

Open
PikachuEXE wants to merge 1 commit intoMeetMe:masterfrom
PikachuEXE:fix/python3-compat
Open

! Fix module importing in python 3#507
PikachuEXE wants to merge 1 commit intoMeetMe:masterfrom
PikachuEXE:fix/python3-compat

Conversation

@PikachuEXE
Copy link

When running this in Python 3
the import of module "queue" will failed due to different name in module
see comments in code change

This PR fixes by importing module using different names for different python versions

@kootenpv
Copy link

kootenpv commented Jul 6, 2017

Does it otherwise run completely on Python 3?

@EndemolUK
Copy link

@kootenpv not on 34 it doesn't; various changes needed throughout to resolve all python34 inconsistencies - this is simply the first one you're likely to encounter

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