We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Had to make one small change to get it working with my Python 3.6:
- from __builtin__ import round + from builtins import round
Sorry, something went wrong.
Submitted a pull request.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: