diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-05 12:10:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 12:10:23 +0200 |
commit | 66428fb513f4a3e3c8bdc2f452fc0ac4a3d2657e (patch) | |
tree | be88ad586874670fa4299b422afe5d87329d8ef8 /python/vyos/nat.py | |
parent | f84017a830c11146eead0293f052a785e379b245 (diff) | |
parent | 1a7fa35231d1c0ef830581756dea0d4feeb4f210 (diff) | |
download | vyos-1x-66428fb513f4a3e3c8bdc2f452fc0ac4a3d2657e.tar.gz vyos-1x-66428fb513f4a3e3c8bdc2f452fc0ac4a3d2657e.zip |
Merge pull request #3253 from HollyGurza/T6204-sagitta
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 |