Remove setting locale

It causes issues with wx3 on windows
This commit is contained in:
DarkPhoenix
2015-04-28 23:49:11 +03:00
parent daaf48d02a
commit 7606bded40

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):