add module level documentation, remove emtpy tests

- add docstring for module osusers
- remove empty osusers.tests
This commit is contained in:
Jan Dittberner 2014-05-31 15:23:59 +02:00
parent 91791320ca
commit d86ba33f21
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,3 @@
"""
This module contains :py:mod:`osusers.tasks`.
"""

View file

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.