Skip to content

Commit 80e971c

Browse files
author
Clement Champetier
committed
pyprocessor app: clean script
* Add shebang line. * Remove unused module sys.
1 parent 166d24b commit 80e971c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/pyProcessor/pyprocessor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import sys
1+
#!/usr/bin/env python
2+
23
import argparse # python2.7+
34

45
from pyAvTranscoder import avtranscoder as av

0 commit comments

Comments
 (0)