extensions: Make extensions conform with PEP8

This commit is contained in:
Thomas Lauf 2017-03-01 20:42:32 +01:00
parent 339b849fff
commit 75be890476

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
################################################################################ ###############################################################################
# #
# Copyright 2015 - 2016, Paul Beckingham, Federico Hernandez. # Copyright 2015 - 2016, Paul Beckingham, Federico Hernandez.
# #
@ -23,7 +23,7 @@
# #
# http://www.opensource.org/licenses/mit-license.php # http://www.opensource.org/licenses/mit-license.php
# #
################################################################################ ###############################################################################
import sys import sys
import json import json