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
Using Python 3.4.3, this module does not work:
It works fine with python version < 3