Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools.py')
-rw-r--r--tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.py b/tools.py
index 0a89767..d4fd228 100644
--- a/tools.py
+++ b/tools.py
@@ -4,7 +4,7 @@
# By Alex Levenson
#==================================================================
import pygame
-from elements import box2d
+import Box2D as box2d
from pygame.locals import *
from helpers import *
from inspect import getmro