From 3b6bef180ba082a8bc9e83a0d01fd7e3104445a0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 18 Dec 2017 15:39:25 +0100 Subject: [PATCH] Fix releasenotes build Remove a stray import of watcher project that breaks releasenotes build. Change-Id: I4d107449b88adb19a3f269b2f33221addef0d9d6 --- releasenotes/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 9831fd5d2..67c9b941a 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -24,7 +24,6 @@ import os import sys -from watcher import version as watcher_version # 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