217
220
os.chmod(file, stat.S_IXUSR | stat.S_IRUSR | stat.S_IWUSR
218
221
| stat.S_IXGRP | stat.S_IRGRP | stat.S_IXOTH | stat.S_IROTH)
220
233
def query_user(default, prompt):
221
234
"""Prompts the user for a string, which is read from a line of stdin.
222
235
Exits silently if EOF is encountered. Returns the string, with spaces