DEBSOURCES
Skip Quicknav
sources / python-fastrlock / 0.8.3-2 / fastrlock / __init__.py
123456789
# this is a package __version__ = "0.8.3" class LockNotAcquired(Exception): """ Exception raised when the lock was not acquired in non-blocking mode. """