trim whitespace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2007-04-12 00:36:26 +00:00
parent c0a4dfbb0a
commit e3e99f92bd

View File

@ -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