diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/status.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subcmds/status.py b/subcmds/status.py index 3939c45b..63972d72 100644 --- a/subcmds/status.py +++ b/subcmds/status.py | |||
@@ -14,6 +14,8 @@ | |||
14 | # See the License for the specific language governing permissions and | 14 | # See the License for the specific language governing permissions and |
15 | # limitations under the License. | 15 | # limitations under the License. |
16 | 16 | ||
17 | from __future__ import print_function | ||
18 | |||
17 | from command import PagedCommand | 19 | from command import PagedCommand |
18 | 20 | ||
19 | try: | 21 | try: |