File: SetupNoPrompt.py

package info (click to toggle)
python-pyspike 0.8.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,012 kB
  • sloc: python: 3,492; makefile: 149; sh: 19
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
## interlude to force answer to input('Abort?'):

import io, sys
sys.stdin = io.StringIO('N\n')
import setup