Update import statement in ResolutionManager.py

This commit is contained in:
AccentuSoft
2022-08-30 19:05:16 +03:00
parent 9c3edee49f
commit 75bb7fea47

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
import importlib
import importlib.util
import sys
from os import listdir
from pathlib import Path