diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-08-26 09:15:43 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-08-26 09:15:43 +0200 |
commit | 3995a2da44fac63ee4ef16ab1054f5f7f4a05d71 (patch) | |
tree | adc3b6bdbdc52b22957a404a30a87232c3ffa141 /xmlrpcutils.py | |
parent | 7d0cd87c0bf2c2460a04975dc48d9e737598b824 (diff) | |
download | logilab-common-3995a2da44fac63ee4ef16ab1054f5f7f4a05d71.tar.gz |
deprecates some modules
Diffstat (limited to 'xmlrpcutils.py')
-rw-r--r-- | xmlrpcutils.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmlrpcutils.py b/xmlrpcutils.py index 5e3df07..82a85e6 100644 --- a/xmlrpcutils.py +++ b/xmlrpcutils.py @@ -15,12 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with logilab-common. If not, see <http://www.gnu.org/licenses/>. -"""XML-RPC utilities. - - - - -""" +"""XML-RPC utilities.""" __docformat__ = "restructuredtext en" import xmlrpclib |