016b0edad5
Adds pause and resume unit to the charm such that the charm stays paused during maintenance operations. Change-Id: Iba0d39f9c5ca482a12fdb9f91d2890a715d3f8b7
5 lines
66 B
Python
5 lines
66 B
Python
import sys
|
|
|
|
sys.path.append('actions/')
|
|
sys.path.append('hooks/')
|