summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/states_to_dot.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/states_to_dot.py b/tools/states_to_dot.py
index 4fa76fdcf..2104a095c 100755
--- a/tools/states_to_dot.py
+++ b/tools/states_to_dot.py
@@ -22,8 +22,6 @@ top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
os.pardir))
sys.path.insert(0, top_dir)
-# To get this installed you may have to follow:
-# https://code.google.com/p/pydot/issues/detail?id=93 (until fixed).
import pydot
from ironic.common import states