From e3e99f92bdaa5a609798c8aededc3d1b4e764dba Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 12 Apr 2007 00:36:26 +0000 Subject: [PATCH] trim whitespace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/RawBitmapAccess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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