diff options
Diffstat (limited to 'src/helpers/teardown-config-session.py')
-rwxr-xr-x | src/helpers/teardown-config-session.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/helpers/teardown-config-session.py b/src/helpers/teardown-config-session.py index c94876924..c30303c99 100755 --- a/src/helpers/teardown-config-session.py +++ b/src/helpers/teardown-config-session.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2025 VyOS maintainers and contributors +# Copyright VyOS maintainers and contributors <maintainers@vyos.io> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -13,11 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# -# import sys -import os from vyos.vyconf_session import VyconfSession |