missing header locale is added to util.py

This commit is contained in:
hasankara 2018-10-08 15:22:25 +03:00
parent 0cfa14f6e3
commit 6cc05e3be1

View file

@ -12,6 +12,7 @@ import shutil
import stat
import subprocess
import uuid
import locale
from base.scope import Scope