Make paste.py python2 and 3 compatible

This commit is contained in:
James Booth
2016-07-20 01:05:34 +01:00
parent dfd7b09d9e
commit 32ad1708a9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
"""
Convert smileys ( :) :( etc) to the Unicode character representation
Dependencies:
pip install future
"""
import prof