]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
lock: Fix import cycle breakage
authorSam Lang <sam.lang@inktank.com>
Fri, 12 Apr 2013 17:55:54 +0000 (12:55 -0500)
committerSam Lang <sam.lang@inktank.com>
Wed, 17 Apr 2013 15:28:55 +0000 (10:28 -0500)
commitb37f43db1bf2505e5fc683d36a62df220064d8cf
treefdbc3e11f4850856778b6bd6fc5749553ba90ac0
parent72cbf1157acb31bef95d2161a1cbca66897d3cac
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
teuthology/lock.py
teuthology/lockstatus.py [new file with mode: 0644]
teuthology/misc.py
teuthology/task/internal.py