X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=pdm%2Fperf.py;h=7c0d561effaf32b8e33f2d9b8a55702af3ca441a;hb=e7b433ee543b20ca848f23013590e43cf5d8baf0;hp=7c93c858c0442314086fb4df65ef1a22ddcb5cdc;hpb=dc1b10b810fa36c126aba450616e9292b85798c5;p=pdm.git diff --git a/pdm/perf.py b/pdm/perf.py index 7c93c85..7c0d561 100644 --- a/pdm/perf.py +++ b/pdm/perf.py @@ -51,6 +51,13 @@ __all__ = ["attrinfo", "simpleattr", "valueattr", "eventobj", "staticdir", "event", "procevent", "startevent", "finishevent"] +class error(Exception): + pass +class nosuchname(LookupError, error): + pass +class nosuchproto(error): + pass + class attrinfo(object): """The return value of the `attrinfo' method on `attr' objects as described in L{pdm.srv.perf}.