From 026e7e1d60821fc1c14ea2a20b01e78ccf464c0a Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Thu, 25 Mar 2021 14:54:59 +0100 Subject: [PATCH] cvrptw_break.py fix shebang --- ortools/constraint_solver/samples/cvrptw_break.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ortools/constraint_solver/samples/cvrptw_break.py b/ortools/constraint_solver/samples/cvrptw_break.py index 8578188bf8..d472387ccc 100755 --- a/ortools/constraint_solver/samples/cvrptw_break.py +++ b/ortools/constraint_solver/samples/cvrptw_break.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2010-2021 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.