mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
import and use unittest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import unittest2
|
||||
import unittest
|
||||
import wx
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class KeyboardState(unittest2.TestCase):
|
||||
class KeyboardState(unittest.TestCase):
|
||||
|
||||
def test_KeyboardState(self):
|
||||
ks = wx.KeyboardState(False, True, False, True)
|
||||
|
||||
Reference in New Issue
Block a user