mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -8,12 +8,12 @@ import wx.lib.langlistctrl as lc
|
||||
class langlistctrl_Tests(wtc.WidgetTestCase):
|
||||
|
||||
def test_langlistctrlCtor(self):
|
||||
theList = lc.LanguageListCtrl(self.frame, filter=lc.LC_ONLY,
|
||||
only=(wx.LANGUAGE_ENGLISH,
|
||||
wx.LANGUAGE_FRENCH),
|
||||
theList = lc.LanguageListCtrl(self.frame, filter=lc.LC_ONLY,
|
||||
only=(wx.LANGUAGE_ENGLISH,
|
||||
wx.LANGUAGE_FRENCH),
|
||||
select=wx.LANGUAGE_ENGLISH)
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user