From: Robin Dunn Date: Thu, 12 Apr 2007 00:36:26 +0000 (+0000) Subject: trim whitespace X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e3e99f92bdaa5a609798c8aededc3d1b4e764dba trim whitespace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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