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

Does not work with python 3.x #2

Open
grayaii opened this issue May 5, 2016 · 1 comment
Open

Does not work with python 3.x #2

grayaii opened this issue May 5, 2016 · 1 comment

Comments

@grayaii
Copy link

grayaii commented May 5, 2016

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

@dachshund-digital
Copy link

Bump can we get this fixed?

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