From: Fredrik Tolf Date: Thu, 22 Dec 2011 19:01:48 +0000 (+0100) Subject: Include perfclient in pdm.cli's exports. X-Git-Tag: 0.1~2^2~1 X-Git-Url: http://www.dolda2000.com/gitweb/?p=pdm.git;a=commitdiff_plain;h=ac4f516667a3596139a653a4752ef9798168543b Include perfclient in pdm.cli's exports. --- diff --git a/pdm/cli.py b/pdm/cli.py index d16cbbd..65d5a89 100644 --- a/pdm/cli.py +++ b/pdm/cli.py @@ -6,7 +6,7 @@ provided in the pdm.srv module. import socket, pickle, struct, select, threading -__all__ = ["client", "replclient"] +__all__ = ["client", "replclient", "perfclient"] class protoerr(Exception): pass