Fix support python 2.7

This commit is contained in:
Oleg Korshul
2023-06-05 07:06:26 +03:00
parent ef22f84ab1
commit 815adb0856

View File

@ -13,6 +13,7 @@ import codecs
import re
import stat
import json
from io import open
# common functions --------------------------------------
def get_script_dir(file=""):