--- CacheManager.py.orig 2011-09-22 12:52:48.000000000 +0400 +++ CacheManager.py 2011-09-22 12:56:54.000000000 +0400 @@ -102,7 +102,7 @@ if REQUEST is not None: # format as text REQUEST.RESPONSE.setHeader('Content-Type', 'text/plain') - return '\n'.join('%6d %s'%(count, name) for count, name in detail) + return '\n'.join('%s %6d'%(count, name) for count, name in detail) else: # raw return detail