diff options
author | Unknown <blackjack4494@web.de> | 2020-09-02 22:03:33 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-02 22:03:33 +0200 |
commit | 3fba00811122c06778d14ccd0e27fa8f32e89fb1 (patch) | |
tree | 1d4502290779f6918583bf6327abe5ecc846e078 /devscripts/make_contributing.py | |
parent | cefecac12cd3c70f9c7a30992c60b05c2eb5d34e (diff) | |
download | hypervideo-pre-3fba00811122c06778d14ccd0e27fa8f32e89fb1.tar.lz hypervideo-pre-3fba00811122c06778d14ccd0e27fa8f32e89fb1.tar.xz hypervideo-pre-3fba00811122c06778d14ccd0e27fa8f32e89fb1.zip |
[skip travis] tweaks
Diffstat (limited to 'devscripts/make_contributing.py')
-rwxr-xr-x | devscripts/make_contributing.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devscripts/make_contributing.py b/devscripts/make_contributing.py index f18de0560..5a068c90c 100755 --- a/devscripts/make_contributing.py +++ b/devscripts/make_contributing.py @@ -11,7 +11,7 @@ def main(): options, args = parser.parse_args() if len(args) != 2: parser.error('Expected an input and an output filename') - +''' infile, outfile = args with io.open(infile, encoding='utf-8') as inf: @@ -27,7 +27,7 @@ def main(): with io.open(outfile, 'w', encoding='utf-8') as outf: outf.write(out) - +''' if __name__ == '__main__': main() |