Merge remote-tracking branch 'upstream/master' into encoding-review

This commit is contained in:
funilrys
2018-03-04 11:19:36 +01:00

View File

@@ -38,7 +38,10 @@ else: # Python 2
raw_input = raw_input # noqa
# Syntactic sugar for "sudo" command in UNIX / Linux
SUDO = ["/usr/bin/env", "sudo"]
if platform.system() == "OpenBSD":
SUDO = ["/usr/bin/doas"]
else:
SUDO = ["/usr/bin/env", "sudo"]
# Project Settings