Skip to content

Commit

Permalink
added logger class
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Oct 15, 2014
1 parent 88a9fdc commit 55c92f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/python_utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,19 @@ python_utils Package
:undoc-members:
:show-inheritance:

:mod:`import_` Module
------------------------

.. automodule:: python_utils.import_
:members:
:undoc-members:
:show-inheritance:

:mod:`logger` Module
------------------------

.. automodule:: python_utils.logger
:members:
:undoc-members:
:show-inheritance:

2 changes: 1 addition & 1 deletion python_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.5.2'
__version__ = '1.6.0'
__author__ = 'Rick van Hattem'
__author_email__ = 'Rick.van.Hattem@Fawo.nl'
__description__ = ('Python Utils is a module with some convenient utilities '
Expand Down

0 comments on commit 55c92f5

Please sign in to comment.