aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-22 14:37:02 +1000
committerDylan Araps <[email protected]>2017-06-22 14:37:02 +1000
commit8d34fde7a9745bab70b99e851c84d99f4f89f497 (patch)
tree6d828df1756b64a119fd972ef3d5f930e3300b03
parentGeneral: bump (diff)
downloadpywal-8d34fde7a9745bab70b99e851c84d99f4f89f497.tar.xz
pywal-8d34fde7a9745bab70b99e851c84d99f4f89f497.zip
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)