bug 1463425 - autopep8 on config/ r=gps
MozReview-Commit-ID: EaTAhH2CAee
This commit is contained in:
@@ -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:])
|
||||
|
||||
Reference in New Issue
Block a user