Merge of PR 11 with the whitespace-only changes omitted.

See https://github.com/RobinD42/Phoenix/pull/11

Mostly phoenix-port changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-07-10 01:15:34 +00:00
parent 53d5fec413
commit 9f24505715
99 changed files with 617 additions and 348 deletions

View File

@@ -1,5 +1,16 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: BBox.py
# Purpose:
#
# Author:
#
# Created:
# Version:
# Date:
# Licence:
# Tags: phoenix-port
#----------------------------------------------------------------------------
"""
A Bounding Box object and assorted utilities , subclassed from a numpy array
@@ -300,4 +311,3 @@ class RectBBox(BBox):
return False
return True