Sorting of the dependencies

This commit is contained in:
funilrys 2018-08-10 15:52:20 +02:00 committed by Steven Black
parent 928bb5201c
commit 1692f5b759
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF

View File

@ -5,12 +5,11 @@
# #
# This Python script will update the readme files in this repo. # This Python script will update the readme files in this repo.
from string import Template import json
import os import os
import sys import sys
import time import time
import json from string import Template
# Project Settings # Project Settings
BASEDIR_PATH = os.path.dirname(os.path.realpath(__file__)) BASEDIR_PATH = os.path.dirname(os.path.realpath(__file__))