X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7705c34da4638df44428bfda7c192c667a13fe9f..5b077ec744c49b77a9efdb050556e361c0865bb7:/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