mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
lock: Fix import cycle breakage
fa2049f
caused an import cycle between lock.py and misc.py. Move the
needed functions from lock.py to lockstatus.py so that we can avoid the
import cycle.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
Conflicts:
teuthology/lock.py
This commit is contained in:
parent
dc457093b7
commit
438410a97a
@ -22,4 +22,3 @@ def get_status(ctx, name):
|
||||
return json.loads(content)
|
||||
return None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user