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

LockBase should inherit from object #7

Open
buchanae opened this issue Oct 26, 2013 · 1 comment
Open

LockBase should inherit from object #7

buchanae opened this issue Oct 26, 2013 · 1 comment

Comments

@buchanae
Copy link

You want:

class LockBask(object):
...

to avoid errors like:

super(FileLock, self).init(path, timeout)
TypeError: must be type, not classobj

@gdub
Copy link

gdub commented Apr 22, 2014

Note: this is a change I've included in #10

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