File: up_examples_shebangs

package info (click to toggle)
pycaptcha 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,236 kB
  • ctags: 168
  • sloc: python: 699; makefile: 12; sh: 7
file content (12 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Subject: set python shebang
Descrition: missing shebang in script
Last-Updated: 2011-09-19
Author: yoh
Forwarded: no
--- a/modpython_example.py
+++ b/modpython_example.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #
 # An example that presents CAPTCHA tests in a web environment
 # and gives the user a chance to solve them.