diff options
Diffstat (limited to 'subcmds/status.py')
-rw-r--r-- | subcmds/status.py | 9 |
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 | ||
17 | from __future__ import print_function | 17 | from __future__ import print_function |
18 | 18 | ||
19 | import glob | ||
20 | import itertools | ||
21 | import os | ||
22 | |||
19 | from command import PagedCommand | 23 | from command import PagedCommand |
20 | 24 | ||
21 | try: | 25 | try: |
@@ -23,11 +27,6 @@ try: | |||
23 | except ImportError: | 27 | except ImportError: |
24 | import dummy_threading as _threading | 28 | import dummy_threading as _threading |
25 | 29 | ||
26 | import glob | ||
27 | |||
28 | import itertools | ||
29 | import os | ||
30 | |||
31 | from color import Coloring | 30 | from color import Coloring |
32 | import platform_utils | 31 | import platform_utils |
33 | 32 | ||