File: fix-shebang.patch

package info (click to toggle)
python-streamz 0.6.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,040 kB
  • sloc: python: 6,722; sh: 18; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/examples/network_wordcount.py
+++ b/examples/network_wordcount.py
@@ -1,4 +1,4 @@
-#! /usr/env python
+#!/usr/bin/python3
 """ a recreation of spark-streaming's network_wordcount
 
 https://spark.apache.org/docs/2.2.0/streaming-programming-guide.html#a-quick-example