Improve PEP8 gluon/settings.py

This commit is contained in:
Hardirc
2015-03-06 22:24:02 -05:00
parent 3e19e3d0db
commit 01832d729f

View File

@@ -39,4 +39,4 @@ global_settings.is_jython = \
str(sys.copyright).find('Jython') > 0
global_settings.is_source = os.path.exists(os.path.join(
global_settings.gluon_parent,'web2py.py'))
global_settings.gluon_parent, 'web2py.py'))