]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Listbook.py
wxCheckListBox doesn't require wxUSE_OWNER_DRAWN when using WXUNIVERSAL
[wxWidgets.git] / wxPython / demo / Listbook.py
index cc3f2f77d956cc72e50bc28b7199ec8aa76c7826..995c25aa12e38c7711553c53efc18361f903b7b4 100644 (file)
@@ -1,6 +1,4 @@
 
-import  sys
-
 import  wx
 
 import ColorPanel
@@ -38,7 +36,7 @@ class TestLB(wx.Listbook):
 
         # make an image list using the BlomXX images
         il = wx.ImageList(32, 32)
-        for x in range(1, 15):
+        for x in range(1, 16):
             f = getattr(images, 'getBlom%02dBitmap' % x)
             bmp = f()
             il.Add(bmp)