Skip to content

Instantly share code, notes, and snippets.

@ralphbean
Created December 19, 2011 20:39
Show Gist options
  • Save ralphbean/1498767 to your computer and use it in GitHub Desktop.
Save ralphbean/1498767 to your computer and use it in GitHub Desktop.
try:
from lockfile import LockFile
except ImportError:
from lockfile import FileLock as LockFile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment