Commit 7649add0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fix : respect of the standards on modules and internal imports

parent e3091c7b
...@@ -16,7 +16,7 @@ from xml.dom import minidom ...@@ -16,7 +16,7 @@ from xml.dom import minidom
import xml_marshaller import xml_marshaller
from flask import jsonify from flask import jsonify
from gittools import cloneRepo from slapos.runner.gittools import cloneRepo
from slapos.runner.process import Popen, isRunning, killRunningProcess from slapos.runner.process import Popen, isRunning, killRunningProcess
from slapos.htpasswd import HtpasswdFile from slapos.htpasswd import HtpasswdFile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment