Merge "Fix 'ImportError' when docbuild."

This commit is contained in:
Jenkins
2016-11-30 08:42:47 +00:00
committed by Gerrit Code Review

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