summaryrefslogtreecommitdiffstats
path: root/subcmds/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/status.py')
-rw-r--r--subcmds/status.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/subcmds/status.py b/subcmds/status.py
index b594bd89..8537e6c5 100644
--- a/subcmds/status.py
+++ b/subcmds/status.py
@@ -16,6 +16,10 @@
16 16
17from __future__ import print_function 17from __future__ import print_function
18 18
19import glob
20import itertools
21import os
22
19from command import PagedCommand 23from command import PagedCommand
20 24
21try: 25try:
@@ -23,11 +27,6 @@ try:
23except ImportError: 27except ImportError:
24 import dummy_threading as _threading 28 import dummy_threading as _threading
25 29
26import glob
27
28import itertools
29import os
30
31from color import Coloring 30from color import Coloring
32import platform_utils 31import platform_utils
33 32