aboutsummaryrefslogtreecommitdiff
path: root/make_root_writable.py
diff options
context:
space:
mode:
Diffstat (limited to 'make_root_writable.py')
-rwxr-xr-xmake_root_writable.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/make_root_writable.py b/make_root_writable.py
index 500f8fe5..297a9150 100755
--- a/make_root_writable.py
+++ b/make_root_writable.py
@@ -10,8 +10,6 @@
This script updates a remote chromebook to make the / directory writable."
"""
-from __future__ import print_function
-
__author__ = "cmtice@google.com (Caroline Tice)"