Fix lockhandler import error
This commit is contained in:
parent
ff5ffa8d0e
commit
6a90ccd0af
1 changed files with 3 additions and 3 deletions
|
|
@ -664,9 +664,9 @@ def validate_lockstring(lockstring):
|
||||||
if no error was found.
|
if no error was found.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
global _LOCKHANDLER
|
global _LOCK_HANDLER
|
||||||
if not _LOCKHANDLER:
|
if not _LOCK_HANDLER:
|
||||||
_LOCKHANDLER = LockHandler(_ObjDummy())
|
_LOCK_HANDLER = LockHandler(_ObjDummy())
|
||||||
return _LOCK_HANDLER.validate(lockstring)
|
return _LOCK_HANDLER.validate(lockstring)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue