Updating script for new command runner

This commit is contained in:
Yoann Roman 2011-01-07 11:33:20 -05:00
parent bf99a32524
commit 053d1c95a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
if __name__ == '__main__':
from pecan import commands
commands.run()
from pecan.commands import CommandRunner
CommandRunner.handle_command_line()