Exemple #1
0
	def __init__(self):
		WhirlwindBootstrap.__init__(self)
		self.connection_router = None
Exemple #2
0
#!/usr/bin/env python

from whirlwind.core.bootstrap import Bootstrap    
import os

#main app entry point
if __name__ == "__main__":
    Bootstrap.run(os.path.dirname(__file__))
Exemple #3
0
#!/usr/bin/env python

from whirlwind.core.bootstrap import Bootstrap
import os

#main app entry point
if __name__ == "__main__":
    Bootstrap.run(os.path.dirname(__file__))
Exemple #4
0
	def __init__(self):
		WhirlwindBootstrap.__init__(self)
		self.iorouter = None