7667a7b9af
Fixes existing pep8 errors and reenables the corresponding tox rules Change-Id: I4168a90c40173e4c35c9d75030cd592ace657508
5 lines
102 B
Python
Executable File
5 lines
102 B
Python
Executable File
from pecan.commands import CommandRunner
|
|
|
|
runner = CommandRunner()
|
|
runner.run(['serve', 'config.py'])
|