diff options
Diffstat (limited to 'bridge.py')
| -rw-r--r-- | bridge.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ else: have_lumiversepython = True class Bridge(object): - WIDTH = constants.BRIDGE_WIDTH - HEIGHT = constants.BRIDGE_HEIGHT + WIDTH = BRIDGE_WIDTH + HEIGHT = BRIDGE_HEIGHT def __init__(self): if have_lumiversepython: |
