X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7705c34da4638df44428bfda7c192c667a13fe9f..09ac36f80b4bedc3e5ae3d37c20c2a8e5e970ae2:/wxPython/demo/RawBitmapAccess.py?ds=inline 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