syntax errors fixed
This commit is contained in:
parent
edc3b4f650
commit
874edff55a
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ floor = math.floor
|
|||
|
||||
class motion(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def turn(self, dir):
|
||||
pass
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue