[Pkg-privacy-commits] [pyptlib] 41/136: Documentation updates
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository pyptlib.
commit 52b3738383dd9c25f0b715ae524e871a8ffe8a6d
Author: Brandon Wiley <brandon at blanu.net>
Date: Mon Aug 27 17:38:56 2012 -0500
Documentation updates
---
src/examples/client.py | 2 ++
src/pyptlib/easy/client.py | 2 ++
src/pyptlib/easy/server.py | 2 ++
3 files changed, 6 insertions(+)
diff --git a/src/examples/client.py b/src/examples/client.py
index e7e2f7d..e3e2e5c 100755
--- a/src/examples/client.py
+++ b/src/examples/client.py
@@ -1,6 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+""" This is an example client which shows how to call the pyptlib.easy high-level API. """
+
from pyptlib.easy.client import init, reportSucess, reportFailure, \
reportEnd
diff --git a/src/pyptlib/easy/client.py b/src/pyptlib/easy/client.py
index 1dd642f..fc7acd8 100644
--- a/src/pyptlib/easy/client.py
+++ b/src/pyptlib/easy/client.py
@@ -1,6 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+""" The pyptlib.easy.client module includes a convenient API for writing pluggable transport clients. """
+
from pyptlib.config import EnvException
from pyptlib.client import ClientConfig
diff --git a/src/pyptlib/easy/server.py b/src/pyptlib/easy/server.py
index 86f684c..d82dc39 100644
--- a/src/pyptlib/easy/server.py
+++ b/src/pyptlib/easy/server.py
@@ -1,6 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+""" The pyptlib.easy.server module includes a convenient API for writing pluggable transport servers. """
+
from pyptlib.config import EnvException
from pyptlib.server import ServerConfig
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git
More information about the Pkg-privacy-commits
mailing list