From 8d8d3b4296bf37f10c9b0faa0e86ebfdc8b05862 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 2 Jul 2012 08:48:28 -0400 Subject: Run hacking tests as part of the gate. Nova has additional pep8 "plugins" that they expect to run as part of the gate. This patch will run tools/hacking.py instead of pep8 directly. Also, it fixes the hacking violaions in contrib, plugins and smoketests. Fixes bug 1010136 Change-Id: I86d8789218c197d5d4a43d1201465d340646a395 --- plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/xenserver') diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py index 7e27b4ff7..5cfd32dbd 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py @@ -26,6 +26,7 @@ try: import json except ImportError: import simplejson as json + import logging import os import subprocess -- cgit