Skip to content

Commit a5861c1

Browse files
python-common/cryptotools: use one single dir for cryptotools
Signed-off-by: John Mulligan <jmulligan@redhat.com>
1 parent 84710f9 commit a5861c1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/python-common/ceph/cryptotools/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import subprocess
2525

2626

27-
_ctmodule = 'ceph.pybind.mgr.cryptotools'
27+
_ctmodule = 'ceph.cryptotools.cryptotools'
2828

2929
logger = logging.getLogger('ceph.cryptotools.remote')
3030

0 commit comments

Comments
 (0)