From d756b13f52e5fc70281c22139ca00beeb7675880 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 13 May 2019 13:17:48 +0200 Subject: [PATCH] python 2->3 scripts/dhcp/get_leases.py --- src/opnsense/scripts/dhcp/get_leases.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opnsense/scripts/dhcp/get_leases.py b/src/opnsense/scripts/dhcp/get_leases.py index 92aa7a261..efe020b25 100755 --- a/src/opnsense/scripts/dhcp/get_leases.py +++ b/src/opnsense/scripts/dhcp/get_leases.py @@ -1,7 +1,7 @@ -#!/usr/local/bin/python2.7 +#!/usr/local/bin/python3 """ - Copyright (c) 2017 Ad Schellevis + Copyright (c) 2017-2019 Ad Schellevis All rights reserved. Redistribution and use in source and binary forms, with or without