Remove setting locale

Who knows what it may cause, i'm not an wx expert, but wx3 bundled with xc_freeze keeps bitching about it...
This commit is contained in:
DarkPhoenix
2015-05-01 00:04:35 +03:00
parent 124d4fab9b
commit 9482404ca7

View File

@@ -57,8 +57,6 @@ from gui.builtinViews import *
from time import gmtime, strftime
import locale
locale.setlocale(locale.LC_ALL, '')
#dummy panel(no paint no erasebk)
class PFPanel(wx.Panel):