summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 5aa15fe9..77b1435c 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,4 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# -*- coding:utf-8 -*-
3# Copyright 2019 The Android Open Source Project 2# Copyright 2019 The Android Open Source Project
4# 3#
5# Licensed under the Apache License, Version 2.0 (the 'License"); 4# Licensed under the Apache License, Version 2.0 (the 'License");
@@ -16,8 +15,6 @@
16 15
17"""Python packaging for repo.""" 16"""Python packaging for repo."""
18 17
19from __future__ import print_function
20
21import os 18import os
22import setuptools 19import setuptools
23 20