Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/physics/locals.py
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-11-07 12:14:51 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-11-20 16:22:49 (GMT)
commitce82fa155a6a351d75fc17e10a5299f56892e185 (patch)
tree5cd793e83189068ba4e8b73ad471b5c1ba8937d6 /library/pippy/physics/locals.py
parent6e28ed01379f3fbcc6a9870dc0c6b2acc2d019b0 (diff)
Remove older Box2D library
pybox2d is already included in our builds: pybox2d-2.0.2b2-8.fc18.i686 pybox2d-2.0.2b2-8.fc18.armv7hl Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
Diffstat (limited to 'library/pippy/physics/locals.py')
-rwxr-xr-xlibrary/pippy/physics/locals.py37
1 files changed, 0 insertions, 37 deletions
diff --git a/library/pippy/physics/locals.py b/library/pippy/physics/locals.py
deleted file mode 100755
index e69af24..0000000
--- a/library/pippy/physics/locals.py
+++ /dev/null
@@ -1,37 +0,0 @@
-"""
-This file is part of the 'Elements' Project
-Elements is a 2D Physics API for Python (supporting Box2D2)
-
-Copyright (C) 2008, The Elements Team, <elements@linuxuser.at>
-
-Home: http://elements.linuxuser.at
-IRC: #elements on irc.freenode.org
-
-Code: http://www.assembla.com/wiki/show/elements
- svn co http://svn2.assembla.com/svn/elements
-
-License: GPLv3 | See LICENSE for the full text
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-"""
-INPUT_METERS = 0
-INPUT_PIXELS = 1
-
-CALLBACK_CONTACT_ADD = 0
-CALLBACK_CONTACT_PERSIST = 1
-CALLBACK_CONTACT_REMOVE = 2
-
-CALLBACK_DRAWING_START = 3
-CALLBACK_DRAWING_END = 4
-
-FLT_EPSILON = 1.192092896e-07