Fixes #387
This commit is contained in:
ZyX 2013-04-03 08:51:44 +04:00
parent 577a1c0c79
commit ea1e45def4
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ def user(pl, segment_info=None):
'contents': username,
'highlight_group': 'user' if euid != 0 else ['superuser', 'user'],
}]
if 'psutil' in globals():
if 'psutil' not in globals():
user = requires_segment_info(user)