diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-03-14 12:59:01 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-03-14 14:52:44 +0000 |
commit | 354fdf26811b6d70551e6522178d47f4f70516cf (patch) | |
tree | 06586d41a24060bc404cb04adcd940f59c1412fd /resources | |
parent | 0cc3e53499e37864afa3bab576238ad94595b47f (diff) |
Papi: Back to python2, add aenum
Change-Id: I3939af7dc29edb58dab7febff400007d91961081
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/tools/papi/vpp_papi_provider.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/papi/vpp_papi_provider.py b/resources/tools/papi/vpp_papi_provider.py index d41c4fbe54..73f9fe65c0 100755 --- a/resources/tools/papi/vpp_papi_provider.py +++ b/resources/tools/papi/vpp_papi_provider.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python2 # Copyright (c) 2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); |