From: funilrys Date: Fri, 10 Aug 2018 13:52:20 +0000 (+0200) Subject: Sorting of the dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1692f5b7599287eaf12858d4e8214bd994e71e43;p=stevenblack-hosts.git Sorting of the dependencies --- diff --git a/updateReadme.py b/updateReadme.py index c75750f78..67e8326ce 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -5,12 +5,11 @@ # # This Python script will update the readme files in this repo. -from string import Template - +import json import os import sys import time -import json +from string import Template # Project Settings BASEDIR_PATH = os.path.dirname(os.path.realpath(__file__))