File: python2

package info (click to toggle)
nevow 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,028 kB
  • ctags: 4,911
  • sloc: python: 20,165; makefile: 163; sh: 70; xml: 42; sql: 5
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash
set -e

cd "$ADTTMP"
for py in $(pyversions -vi) ; do
  python$py /usr/bin/trial nevow formless;
done