Skip to content

Commit d7d35c7

Browse files
committed
chmod and add shebang
1 parent 610e5ba commit d7d35c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/trace/client.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
#
13
# Copyright 2019, OpenCensus Authors
24
#
35
# Licensed under the Apache License, Version 2.0 (the "License");

examples/trace/server.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
#
13
# Copyright 2019, OpenCensus Authors
24
#
35
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)