File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11python-color-logger
22===================
33
4- Simple custom color logging for python.
4+ Simple django-like color logging for python project .
55
66The original code for this project was written by Vinay Sajip and is hosted at: https://bitbucket.org/vinay.sajip/logutils/
77the original documentation for this project is at: http://plumberjack.blogspot.co.uk/2010/12/colorizing-logging-output-in-terminals.html
Original file line number Diff line number Diff line change 1313import logging
1414from string import Template
1515
16- __version__ = '0.3.3 '
16+ __version__ = '0.3.4 '
1717
1818class NullHandler (logging .Handler ):
1919 """
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ def description():
1313 description = pypandoc .convert ('README.md' , 'rst' )
1414 return description
1515 except (IOError , ImportError ) as e :
16- raise
16+ print "YOU DID NOT CONVERT README.MD"
17+ pass
1718
1819 f = open (join (dirname (__file__ ), 'README.txt' ))
1920 readme = f .read ()
You can’t perform that action at this time.
0 commit comments