aboutsummaryrefslogtreecommitdiff
path: root/rh/terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'rh/terminal.py')
-rw-r--r--rh/terminal.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rh/terminal.py b/rh/terminal.py
index c549f12..39c96ac 100644
--- a/rh/terminal.py
+++ b/rh/terminal.py
@@ -1,4 +1,3 @@
-# -*- coding:utf-8 -*-
# Copyright 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,8 +17,6 @@
This module handles terminal interaction including ANSI color codes.
"""
-from __future__ import print_function
-
import os
import sys