Global settings works, basic support for account settings

This commit is contained in:
2015-01-25 02:38:17 -06:00
parent af087508b0
commit 51957125c1
9 changed files with 157 additions and 12 deletions

View File

@@ -1,9 +1,8 @@
# -*- coding: cp1252
import sys, os, config
import sys, os
def restart_program():
""" Function that restarts the application if is executed."""
config.main.write()
args = sys.argv[:]
if not hasattr(sys, "frozen"):
args.insert(0, sys.executable)