From ec17ad0d76a835c2db65af8a41f3e4d9fc359ee2 Mon Sep 17 00:00:00 2001
From: Joshua Harlow <harlowja@yahoo-inc.com>
Date: Thu, 24 Sep 2015 11:09:51 -0700
Subject: [PATCH] Remove ./taskflow/openstack/common as it no longer exists

Change-Id: I3123a6d7cf4323fb111c2b4c5545fd6a1d2fd77b
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 5ee35ac81..3c1924f2d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,7 +49,7 @@ commands = {posargs}
 
 [flake8]
 builtins = _
-exclude = .venv,.tox,dist,doc,./taskflow/openstack/common,*egg,.git,build,tools
+exclude = .venv,.tox,dist,doc,*egg,.git,build,tools
 
 [hacking]
 import_exceptions = six.moves