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:
ericxiett
2016-11-24 01:34:51 +08:00
parent 3f8e4451f5
commit 7feced419c

View File

@@ -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):