From 874edff55a1ccbe06a14dcb8bd64efe6031eebe2 Mon Sep 17 00:00:00 2001 From: cecilkorik Date: Mon, 20 Jun 2011 21:45:02 -0600 Subject: [PATCH] syntax errors fixed --- physics.py | 1 + pipeline.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/physics.py b/physics.py index 8bdfb41..5a2591f 100755 --- a/physics.py +++ b/physics.py @@ -6,6 +6,7 @@ floor = math.floor class motion(object): def __init__(self): + pass def turn(self, dir): pass diff --git a/pipeline.py b/pipeline.py index c40f79a..3462a87 100755 --- a/pipeline.py +++ b/pipeline.py @@ -146,7 +146,7 @@ def register_direct(obj, update_pipes, render_pipes): def register_auto(obj): for role in obj.roles: - + pass def register(obj, update_pipes=None): if update_pipes == None: