aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/make_contributing.py
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2016-11-30 17:22:52 -0200
committerRogério Brito <rbrito@ime.usp.br>2016-11-30 17:22:52 -0200
commit87a0165ca7e39af4dacb7ec637063b2cd35ae40b (patch)
treeef753773addf91c27e791587361fc4512ec281cf /devscripts/make_contributing.py
parentced7488f6d3a519b2c1b1cbd31048743fb8285bd (diff)
downloadyoutube-dl-87a0165ca7e39af4dacb7ec637063b2cd35ae40b.zip
youtube-dl-87a0165ca7e39af4dacb7ec637063b2cd35ae40b.tar.gz
youtube-dl-87a0165ca7e39af4dacb7ec637063b2cd35ae40b.tar.bz2
New upstream version 2016.12.01
Diffstat (limited to 'devscripts/make_contributing.py')
-rwxr-xr-xdevscripts/make_contributing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/make_contributing.py b/devscripts/make_contributing.py
index 5e454a4..226d1a5 100755
--- a/devscripts/make_contributing.py
+++ b/devscripts/make_contributing.py
@@ -28,5 +28,6 @@ def main():
with io.open(outfile, 'w', encoding='utf-8') as outf:
outf.write(out)
+
if __name__ == '__main__':
main()