From ac4f516667a3596139a653a4752ef9798168543b Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 22 Dec 2011 20:01:48 +0100 Subject: [PATCH] Include perfclient in pdm.cli's exports. --- pdm/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0