Include perfclient in pdm.cli's exports.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 22 Dec 2011 19:01:48 +0000 (20:01 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 22 Dec 2011 19:01:48 +0000 (20:01 +0100)
pdm/cli.py

index d16cbbd..65d5a89 100644 (file)
@@ -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