From d11773defafbec683f30d087370c3cccc9928ba0 Mon Sep 17 00:00:00 2001 From: TJ Date: Sat, 16 Nov 2013 18:06:05 +0000 Subject: [PATCH] Circuit module now compiles; import it --- base2-runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base2-runner.py b/base2-runner.py index ff79dc1..b584e20 100755 --- a/base2-runner.py +++ b/base2-runner.py @@ -5,7 +5,7 @@ # 2D platform scrolling game that teaches binary logic import sys, os, time, random, math, pygame -import engine +import engine, circuits # Use conditionals in the code to print useful information to the console using the form: # if self.debug: engine.debug_pr("some_var=%d, another_var=%s" % (some_var, another_var), somevalue, another_value) -- 2.17.1