summaryrefslogtreecommitdiffstats
path: root/subcmds/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/status.py')
-rw-r--r--subcmds/status.py2
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
17from __future__ import print_function
18
17from command import PagedCommand 19from command import PagedCommand
18 20
19try: 21try: