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

PyCalCal for Python 3 #4

Open
pgr123 opened this issue Nov 2, 2019 · 2 comments
Open

PyCalCal for Python 3 #4

pgr123 opened this issue Nov 2, 2019 · 2 comments

Comments

@pgr123
Copy link

pgr123 commented Nov 2, 2019

I think I succeeded in porting PyCalCal for Python 3 with a version which works for Python 2 and Python 3.

So, if somebody is interested to test that version, thank you to let my a message.
Good weekend.
pgr123

@rn123
Copy link

rn123 commented Jan 3, 2020

Had to make one small change to get it working with my Python 3.6:

-    from __builtin__ import round
+    from builtins import round

@rn123
Copy link

rn123 commented Jan 10, 2020

Submitted a pull request.

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