Created
January 21, 2011 22:12
-
-
Save jordansissel/790530 to your computer and use it in GitHub Desktop.
Lamson non-daemonizing run script.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from lamson import server, routing, utils | |
import sys, os | |
import logging | |
settings = utils.import_settings(True, from_dir=os.getcwd(), boot_module="config.boot") | |
settings.receiver.start() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment