Ejemplo n.º 1
0
	def __init__(self):
		WhirlwindBootstrap.__init__(self)
		self.connection_router = None
Ejemplo n.º 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__))
Ejemplo n.º 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__))
Ejemplo n.º 4
0
	def __init__(self):
		WhirlwindBootstrap.__init__(self)
		self.iorouter = None