diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-04-05 07:51:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 07:51:22 +0200 |
| commit | b84d4cb9c65d89a8cff73c8ef2e8976a2b8510d6 (patch) | |
| tree | 6e9c4505f3b3822122b3847ea343d092f8361d3f /python/vyos/nat.py | |
| parent | 92a1c2c4a1b57d98cfe9b4a39f1740cfd68e23e6 (diff) | |
| parent | 1fe62517799e945a2cb58992b66c4e2284a55af9 (diff) | |
| download | veeos-1x-b84d4cb9c65d89a8cff73c8ef2e8976a2b8510d6.tar.gz veeos-1x-b84d4cb9c65d89a8cff73c8ef2e8976a2b8510d6.zip | |
Merge pull request #3252 from HollyGurza/T6204
T6204: cleanup shebang lines
Diffstat (limited to 'python/vyos/nat.py')
| -rw-r--r-- | python/vyos/nat.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/vyos/nat.py b/python/vyos/nat.py index da2613b16..2ada29add 100644 --- a/python/vyos/nat.py +++ b/python/vyos/nat.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2022 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify |
