We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5470d02 + e160ff3 commit a4f6ef0Copy full SHA for a4f6ef0
logutils/__init__.py
@@ -13,7 +13,7 @@
13
import logging
14
from string import Template
15
16
-__version__ = '0.3.5'
+__version__ = '0.3.6'
17
18
class NullHandler(logging.Handler):
19
"""
setup.py
@@ -13,7 +13,7 @@ def description():
description = pypandoc.convert('README.md', 'rst')
return description
except (IOError, ImportError) as e:
- print "YOU DID NOT CONVERT README.MD"
+ print("YOU DID NOT CONVERT README.MD")
pass
f = open(join(dirname(__file__), 'README.txt'))
0 commit comments