Update Changer.py
This commit is contained in:
parent
aa6a0f6e22
commit
4bff9beb8b
@ -1,9 +1,10 @@
|
||||
import wx
|
||||
from glob import glob
|
||||
from os import remove, getcwd, mkdir
|
||||
from os import remove, getcwd, mkdir, chdir
|
||||
from os.path import isfile, getsize, isdir
|
||||
from subprocess import Popen, CREATE_NEW_CONSOLE, DETACHED_PROCESS
|
||||
|
||||
chdir("\\".join(__file__.split("\\")[0:-1]))
|
||||
ids = {}
|
||||
CONFIG = ".config"
|
||||
HISTORY = ".history"
|
||||
|
Loading…
Reference in New Issue
Block a user