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
Using Python 3.4.3, this module does not work:
>>> from quicklock import singleton Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/alexgray/.virtualenvs/skippy/lib/python3.4/site-packages/quicklock/__init__.py", line 1, in <module> from quicklock import singleton ImportError: cannot import name 'singleton'
It works fine with python version < 3
The text was updated successfully, but these errors were encountered:
Bump can we get this fixed?
Sorry, something went wrong.
No branches or pull requests
Using Python 3.4.3, this module does not work:
It works fine with python version < 3
The text was updated successfully, but these errors were encountered: