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