Minor formatting fix

This commit is contained in:
Khushboo Vashi 2018-03-08 11:07:05 +00:00 committed by Dave Page
parent 7796a47b12
commit 0283f68d7f

View File

@ -55,7 +55,7 @@ if not os.path.isfile(config.SQLITE_PATH):
os.path.dirname(os.path.realpath(u(__file__, fs_encoding))),
u'setup.py'
)
exec (open(file_quote(setupfile), 'r').read())
exec(open(file_quote(setupfile), 'r').read())
##########################################################################
# Server startup