aboutsummaryrefslogtreecommitdiffstats
path: root/gpp.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgpp.py (renamed from src/gpp.py)1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpp.py b/gpp.py
index 7d537fe..7bdf09d 100755
--- a/src/gpp.py
+++ b/gpp.py
@@ -253,4 +253,3 @@ data = bytes(linejoin(data))
with open(output_file, 'wb') as file:
file.write(data)
file.flush()
-