summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/modules/general.py
diff options
context:
space:
mode:
authorDarragh Bailey <dbailey@hp.com>2014-11-10 13:07:55 +0000
committerWayne Warren <waynr+launchpad@sdf.org>2015-12-23 15:23:42 -0800
commit8805a34c0ff71cda61498ec1d7df03ab2835943d (patch)
tree274bfc68cfbc41e9f209a28bf01feb35326e0d6e /jenkins_jobs/modules/general.py
parent245f643522da0236254bb14f055df5cbb571938f (diff)
downloadpython-jenkins-job-builder-8805a34c0ff71cda61498ec1d7df03ab2835943d.tar.gz
python-jenkins-job-builder-8805a34c0ff71cda61498ec1d7df03ab2835943d.tar.xz
python-jenkins-job-builder-8805a34c0ff71cda61498ec1d7df03ab2835943d.zip
Reorder imports to match hacking guidelines
Ensure that the imports follow the standard OpenStack hacking guidelines. Change-Id: Iaa4326aef118ddfd807dd006934f1d9ca80a1cfa
Diffstat (limited to 'jenkins_jobs/modules/general.py')
-rw-r--r--jenkins_jobs/modules/general.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins_jobs/modules/general.py b/jenkins_jobs/modules/general.py
index b3da37d8..2ba890f2 100644
--- a/jenkins_jobs/modules/general.py
+++ b/jenkins_jobs/modules/general.py
@@ -102,6 +102,7 @@ Example:
"""
import xml.etree.ElementTree as XML
+
import jenkins_jobs.modules.base
from jenkins_jobs.xml_config import remove_ignorable_whitespace