summaryrefslogtreecommitdiff
path: root/build/rm.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/rm.py')
-rwxr-xr-xbuild/rm.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/rm.py b/build/rm.py
index 5f4aea106..11e8a6439 100755
--- a/build/rm.py
+++ b/build/rm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -8,7 +8,6 @@
This module works much like the rm posix command.
"""
-from __future__ import print_function
import argparse
import os