2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00

Remove Python 2 leftovers.

Fixes: 1ca0323e7c ("Require Python 3 and remove support for Python 2.")
Reported at: https://bugzilla.redhat.com/show_bug.cgi?id=1949875
Signed-off-by: Rosemarie O'Riorden <roriorde@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Rosemarie O'Riorden
2021-06-15 11:58:02 -04:00
committed by Ilya Maximets
parent ad256c3140
commit bd90524550
17 changed files with 35 additions and 64 deletions

View File

@@ -10,8 +10,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function
import math
import time