mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Sorting of the dependencies
This commit is contained in:
@@ -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__))
|
||||||
|
|||||||
Reference in New Issue
Block a user