commit | cc01a9cd6ab1a2aea2d21a71502882af1add4346 | [log] [tgz] |
---|---|---|
author | Alexey Ivanov <rbtz@dropbox.com> | Wed Jan 16 09:50:46 2019 -0800 |
committer | Alexey Ivanov <rbtz@dropbox.com> | Wed Jan 16 09:52:40 2019 -0800 |
tree | 959bf1580dcf687ecbd3f0ed40e06bf36d591ed2 | |
parent | aaca976c580a9b904317efcc5584fc6040e046ff [diff] [blame] |
tools/examples: hardcode #!/usr/bin/python shebang
diff --git a/examples/networking/simple_tc.py b/examples/networking/simple_tc.py index 4dd8aa5..ec0a3e7 100755 --- a/examples/networking/simple_tc.py +++ b/examples/networking/simple_tc.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # Copyright (c) PLUMgrid, Inc. # Licensed under the Apache License, Version 2.0 (the "License")