summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)