Merge "Refactored Watcher objects to use OVO"

This commit is contained in:
Jenkins
2016-11-10 09:37:58 +00:00
committed by Gerrit Code Review
36 changed files with 1109 additions and 1492 deletions

View File

@@ -16,6 +16,9 @@ import sys
import os
from watcher import version as watcher_version
from watcher import objects
objects.register_all()
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the