Some minor cleanups.

This commit is contained in:
Griatch 2013-02-01 21:51:38 +01:00
parent 88f327ba40
commit 11d1114f61
4 changed files with 19 additions and 19 deletions

View file

@ -694,7 +694,7 @@ class CmdServerLoad(MuxCommand):
if not is_pypy:
# Cache size measurements are not available on PyPy because it lacks sys.getsizeof
# object cache size
cachedict = _idmapper.cache_size()
totcache = cachedict["_total"]