summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/.empty0
-rw-r--r--build/tpt_console.py5
2 files changed, 1 insertions, 4 deletions
diff --git a/build/.empty b/build/.empty
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/build/.empty
diff --git a/build/tpt_console.py b/build/tpt_console.py
index 523f0dd..ab427e3 100644
--- a/build/tpt_console.py
+++ b/build/tpt_console.py
@@ -10,7 +10,7 @@ print "console module loaded."
class logger:
def write(self,txt):
txt=txt.strip().split("\n")[-1]
- repr(txt)
+ repr(txt)
tpt.log(txt)
sys.stdout=logger()
sys.stderr=logger()
@@ -103,6 +103,3 @@ def _handle(txt):
exec txt in handle.glob
except Exception as ex:
error(ex)
-
-
-