summaryrefslogtreecommitdiff
path: root/psutil/_common.py
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2013-12-14 16:00:37 +0100
committerGiampaolo Rodola' <g.rodola@gmail.com>2013-12-14 16:00:37 +0100
commitc6ed35d17314cbf1ff22c2017a1092d593e0c434 (patch)
treead58299f899f903441e24582d2a2b222216b1e2d /psutil/_common.py
parent5eba5858da72851803f43c8bb8022babf5c06181 (diff)
downloadpsutil-c6ed35d17314cbf1ff22c2017a1092d593e0c434.tar.gz
yet another renaming
Diffstat (limited to 'psutil/_common.py')
-rw-r--r--psutil/_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/_common.py b/psutil/_common.py
index f37d7131..0356b829 100644
--- a/psutil/_common.py
+++ b/psutil/_common.py
@@ -227,7 +227,7 @@ nt_proc_ctxsw = namedtuple('ctxsw', ['voluntary', 'involuntary'])
# --- misc
# backward compatibility layer for Process.get_connections() ntuple
-class nt_connection(
+class nt_proc_conn(
namedtuple('connection',
['fd', 'family', 'type', 'laddr', 'raddr', 'status'])):
__slots__ = ()