From: funilrys Date: Fri, 10 Aug 2018 13:56:38 +0000 (+0200) Subject: Sorting of the dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4b92652576d9077f717a90b8aa309b9c5fc6b6a3;p=stevenblack-hosts.git Sorting of the dependencies --- diff --git a/makeHosts.py b/makeHosts.py index 0e9a4c562..8fcca7e8d 100644 --- a/makeHosts.py +++ b/makeHosts.py @@ -7,9 +7,9 @@ from __future__ import print_function -import sys import argparse import subprocess +import sys def print_failure(msg):