diff options
author | ahothan <ahothan@cisco.com> | 2017-09-17 07:51:18 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-09-17 07:51:53 -0700 |
commit | f0210f984f570ae4734d4d06c62363b820e885d6 (patch) | |
tree | c1c5786f5e75f73f6c7c82c408a9d4a4d3891538 /setup.py | |
parent | e574290197fdec7b85dc789a41bc8f5c6c28f52a (diff) |
Documentation update
Change-Id: I5b96349d2eb2fc21a15dde6adbd72f7e84c737bf
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT - from setuptools.command.test import test from setuptools import setup import sys |