tests/tools/test_CustomIntCtrl.py
changeset 1832 0f1081928d65
parent 1811 4e3c78a84c64
child 1847 6198190bc121
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import unittest
    25 import unittest
       
    26 import time
       
    27 
    26 import wx
    28 import wx
    27 import time
       
    28 
    29 
    29 import conftest
    30 import conftest
    30 import controls.CustomIntCtrl
    31 import controls.CustomIntCtrl
    31 
    32 
    32 
    33