summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-10-23 16:41:01 +0300
committerGiampaolo Rodola <g.rodola@gmail.com>2020-10-23 16:41:01 +0300
commit02cd86a57443be9d78d98461730aee4ead564df4 (patch)
tree8e949be31d819979f7ea3ac25091db5b4915548f
parentba083a0eea87331b67b57c3c83e8cc53faa12b10 (diff)
downloadpsutil-02cd86a57443be9d78d98461730aee4ead564df4.tar.gz
remove weird 'return xxx' left in code
-rw-r--r--psutil/_common.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/psutil/_common.py b/psutil/_common.py
index 5ead5d90..b7a54786 100644
--- a/psutil/_common.py
+++ b/psutil/_common.py
@@ -303,9 +303,6 @@ class NoSuchProcess(Error):
details = "(pid=%s)" % self.pid
self.msg = "process no longer exists " + details
- def __path__(self):
- return 'xxx'
-
class ZombieProcess(NoSuchProcess):
"""Exception raised when querying a zombie process. This is