summaryrefslogtreecommitdiff
path: root/getheader.py
diff options
context:
space:
mode:
Diffstat (limited to 'getheader.py')
-rw-r--r--getheader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/getheader.py b/getheader.py
index 43b20ec..536915e 100644
--- a/getheader.py
+++ b/getheader.py
@@ -35,4 +35,3 @@ out=''.join(["#include <Python.h>\nunsigned char tpt_console_pyc[] = {",tmp,"};"
with open("./includes/pyconsole.h","w") as fid:
fid.write(out)
print "done"
- \ No newline at end of file