Add keyword arguments. Sort imports. Move settings and test literals to their own module. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
6 lines
127 B
Python
6 lines
127 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class LockError(Exception):
|
|
"""Raised when trying to acquire an existing lock"""
|