File: SetupNoPrompt.py

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

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