summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-22 14:37:02 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-22 14:37:02 +1000
commit8d34fde7a9745bab70b99e851c84d99f4f89f497 (patch)
tree6d828df1756b64a119fd972ef3d5f930e3300b03
parente5aacb7393bcb93b990e6da54055df29fe0d2be6 (diff)
General: bump
-rw-r--r--tt.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tt.py b/tt.py
deleted file mode 100644
index 738ed44..0000000
--- a/tt.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import pypandoc
-DESC = pypandoc.convert('README.md', 'rst')
-DESC = DESC.replace("\r", "")
-print(DESC)