1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s4-python: Add more module docstrings.

This commit is contained in:
Jelmer Vernooij
2010-12-05 17:00:45 +01:00
parent 52d64c53b9
commit 71671a84bb
10 changed files with 23 additions and 3 deletions

View File

@ -17,6 +17,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
"""Tests for samba.dcerpc.unixinfo."""
from samba.dcerpc import unixinfo
from samba.tests import RpcInterfaceTestCase