vrp_global_span.py fix shebang

This commit is contained in:
Mizux Seiha
2021-03-25 14:55:41 +01:00
parent 6babe4d19a
commit 407db58d5b

1
ortools/constraint_solver/samples/vrp_global_span.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# Copyright 2010-2018 Google LLC
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.