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