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