X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=blobdiff_plain;f=pdm%2Fcli.py;h=65d5a89eba6f376c96ce6234c409093391e8ab75;hp=d16cbbdc92bc316f370f819df789f6f18c369ab4;hb=ac4f516667a3596139a653a4752ef9798168543b;hpb=6fde0e19d966a3d83f837a035d05e2afbc20e010 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