diff options
| author | Dylan Araps <[email protected]> | 2017-06-22 14:36:57 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-22 14:36:57 +1000 |
| commit | e5aacb7393bcb93b990e6da54055df29fe0d2be6 (patch) | |
| tree | 5b54c0e483206e847a9eaa18b78a0fe6b37c1cb1 /tt.py | |
| parent | pypi: Fix README (diff) | |
| download | pywal-e5aacb7393bcb93b990e6da54055df29fe0d2be6.tar.xz pywal-e5aacb7393bcb93b990e6da54055df29fe0d2be6.zip | |
General: bump
Diffstat (limited to 'tt.py')
| -rw-r--r-- | tt.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +import pypandoc +DESC = pypandoc.convert('README.md', 'rst') +DESC = DESC.replace("\r", "") +print(DESC) |