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

Python3 support #4

Open
CarlQLange opened this issue Sep 17, 2017 · 1 comment
Open

Python3 support #4

CarlQLange opened this issue Sep 17, 2017 · 1 comment

Comments

@CarlQLange
Copy link

In case anyone's wondering, all that's required for python3 support is to remove ur from the front of two strings in reader.py.

Doesn't fix #3 though! :)

@purvac
Copy link

purvac commented May 20, 2024

In case anyone's wondering, all that's required for python3 support is to remove ur from the front of two strings in reader.py.

Doesn't fix #3 though! :)

Specifically remove ur from strings stored in variables db_client_script on line 299 and mod_mgr_script on line 294

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

No branches or pull requests

2 participants