diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-04-16 14:56:34 +0000 |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-04-16 14:56:34 +0000 |
commit | 4f87de65750de3d2bc98cdbeb94a0eddc4d1049c (patch) | |
tree | 89849b3905b15215f52e8d528f2786ca1ccd0ffe /psutil/_compat.py | |
parent | db67b0f04c24f872f455ce92c5aa70249dc6e98a (diff) | |
download | psutil-4f87de65750de3d2bc98cdbeb94a0eddc4d1049c.tar.gz |
add who.py example script
Diffstat (limited to 'psutil/_compat.py')
-rw-r--r-- | psutil/_compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/_compat.py b/psutil/_compat.py index 8920894d..bd3818cf 100644 --- a/psutil/_compat.py +++ b/psutil/_compat.py @@ -8,7 +8,7 @@ """Module which provides compatibility with older Python versions.""" -__all__ = ["namedtuple", "property", "defauldict"] +__all__ = ["namedtuple", "property", "defaultdict"] from operator import itemgetter as _itemgetter from keyword import iskeyword as _iskeyword |