Fix 'ImportError' when docbuild.
There is not module 'messaging.utils' in 'watcher.common' but module 'synchronization' instead. Change-Id: If2d585a4f416614cbe91e4ef61fc7473508d38af Closes-Bug: #1643862
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from watcher.common.messaging.utils import synchronization
|
||||
from watcher.common import synchronization
|
||||
|
||||
|
||||
class Observable(synchronization.Synchronization):
|
||||
|
||||
Reference in New Issue
Block a user