Skip to content

Conversation

@tracyde
Copy link

@tracyde tracyde commented Feb 25, 2021

Wraps the winreg import in a try statement in order to gracefully support the _winreg -> winreg name change from Python 2.7 to Python 3.

try:
    import winreg
except ImportError:
    import _winreg as winreg

@apprenticeharper
Copy link
Owner

The master branch is currently Python 3.x only.

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