X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7705c34da4638df44428bfda7c192c667a13fe9f..621b83d9b34572321873cf3d54920a7749b2f53c:/wxPython/demo/RawBitmapAccess.py diff --git a/wxPython/demo/RawBitmapAccess.py b/wxPython/demo/RawBitmapAccess.py index 4fddf31a0f..10a72bfd96 100644 --- a/wxPython/demo/RawBitmapAccess.py +++ b/wxPython/demo/RawBitmapAccess.py @@ -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