bug 1463425 - autopep8 on config/ r=gps

MozReview-Commit-ID: EaTAhH2CAee
This commit is contained in:
Sylvestre Ledru
2018-05-22 00:01:01 +02:00
parent b2210f87b1
commit 1f20296dbc
20 changed files with 814 additions and 720 deletions

View File

@@ -47,10 +47,12 @@ def main(args):
execfile(script, frozenglobals)
# Freeze scope here ... why this makes things work I have no idea ...
frozenglobals = globals()
import sys, os
import sys
import os
if __name__ == '__main__':
main(sys.argv[1:])