]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/RawBitmapAccess.py
Many changes/fixes to wxFlexGridSizer implementation (no API changes):
[wxWidgets.git] / wxPython / demo / RawBitmapAccess.py
index 4fddf31a0f0639837a9928feac2d140e9a2b0954..10a72bfd96e1768150c603bd0437a831eae40b39 100644 (file)
@@ -1,7 +1,7 @@
 import wx
 
 # use the numpy code instead of the raw access code for comparison
-USE_NUMPY = False  
+USE_NUMPY = False
 
 # time the execution of making a bitmap?
 TIMEIT = False