diff options
Diffstat (limited to 'src/plugins/map')
-rwxr-xr-x | src/plugins/map/examples/test_map.py | 2 | ||||
-rwxr-xr-x | src/plugins/map/gen-rules.py | 2 | ||||
-rw-r--r-- | src/plugins/map/test/test_map.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/map/examples/test_map.py b/src/plugins/map/examples/test_map.py index 21388d49526..7a48964b3f2 100755 --- a/src/plugins/map/examples/test_map.py +++ b/src/plugins/map/examples/test_map.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import time,argparse,sys,cmd, unittest from ipaddress import * diff --git a/src/plugins/map/gen-rules.py b/src/plugins/map/gen-rules.py index 533a8e237f7..e43b8e155be 100755 --- a/src/plugins/map/gen-rules.py +++ b/src/plugins/map/gen-rules.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2015 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/map/test/test_map.py b/src/plugins/map/test/test_map.py index 866706a085c..a7e5f165576 100644 --- a/src/plugins/map/test/test_map.py +++ b/src/plugins/map/test/test_map.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import ipaddress import unittest |