Add cleanup upon update

This commit is contained in:
Labrys of Knossos 2018-12-19 19:27:52 -05:00
commit 70acfc22e7
2 changed files with 18 additions and 1 deletions

View file

@ -24,6 +24,7 @@ except ImportError:
sys.ext('Please install pywin32')
APP_ROOT = libs.util.module_path(parent=True)
SOURCE_ROOT = libs.util.module_path()
# init preliminaries
SYS_ARGV = sys.argv[1:]