Tox fixes
This commit is contained in:
@@ -24,7 +24,8 @@ class PFGeneralPref(PreferenceView):
|
|||||||
self.stTitle.SetFont(wx.Font(12, 70, 90, 90, False, wx.EmptyString))
|
self.stTitle.SetFont(wx.Font(12, 70, 90, 90, False, wx.EmptyString))
|
||||||
mainSizer.Add(self.stTitle, 0, wx.ALL, 5)
|
mainSizer.Add(self.stTitle, 0, wx.ALL, 5)
|
||||||
|
|
||||||
self.stSubTitle = wx.StaticText(panel, wx.ID_ANY, u"(Cannot be changed while Pyfa is running. Set via command line switches.)", wx.DefaultPosition, wx.DefaultSize, 0)
|
self.stSubTitle = wx.StaticText(panel, wx.ID_ANY, u"(Cannot be changed while Pyfa is running. Set via command line switches.)",
|
||||||
|
wx.DefaultPosition, wx.DefaultSize, 0)
|
||||||
self.stSubTitle.Wrap(-1)
|
self.stSubTitle.Wrap(-1)
|
||||||
self.stSubTitle.SetFont(wx.Font(10, 70, 90, 90, False, wx.EmptyString))
|
self.stSubTitle.SetFont(wx.Font(10, 70, 90, 90, False, wx.EmptyString))
|
||||||
mainSizer.Add(self.stSubTitle, 0, wx.ALL, 5)
|
mainSizer.Add(self.stSubTitle, 0, wx.ALL, 5)
|
||||||
|
|||||||
@@ -19,7 +19,8 @@ class PFGeneralPref(PreferenceView):
|
|||||||
self.stTitle.SetFont(wx.Font(12, 70, 90, 90, False, wx.EmptyString))
|
self.stTitle.SetFont(wx.Font(12, 70, 90, 90, False, wx.EmptyString))
|
||||||
mainSizer.Add(self.stTitle, 0, wx.ALL, 5)
|
mainSizer.Add(self.stTitle, 0, wx.ALL, 5)
|
||||||
|
|
||||||
self.stSubTitle = wx.StaticText(panel, wx.ID_ANY, u"(Cannot be changed while Pyfa is running. Set via command line switches.)", wx.DefaultPosition, wx.DefaultSize, 0)
|
self.stSubTitle = wx.StaticText(panel, wx.ID_ANY, u"(Cannot be changed while Pyfa is running. Set via command line switches.)",
|
||||||
|
wx.DefaultPosition, wx.DefaultSize, 0)
|
||||||
self.stSubTitle.Wrap(-1)
|
self.stSubTitle.Wrap(-1)
|
||||||
self.stSubTitle.SetFont(wx.Font(10, 70, 90, 90, False, wx.EmptyString))
|
self.stSubTitle.SetFont(wx.Font(10, 70, 90, 90, False, wx.EmptyString))
|
||||||
mainSizer.Add(self.stSubTitle, 0, wx.ALL, 5)
|
mainSizer.Add(self.stSubTitle, 0, wx.ALL, 5)
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# noinspection PyPackageRequirements
|
# noinspection PyPackageRequirements
|
||||||
import wx
|
import wx
|
||||||
import thread
|
|
||||||
import logging
|
import logging
|
||||||
import threading
|
import threading
|
||||||
import copy
|
import copy
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ else {{
|
|||||||
</html>
|
</html>
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
# https://github.com/fuzzysteve/CREST-Market-Downloader/
|
# https://github.com/fuzzysteve/CREST-Market-Downloader/
|
||||||
class AuthHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
class AuthHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||||
def do_GET(self):
|
def do_GET(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user