コード例 #1
0
ファイル: wrook.py プロジェクト: danroberts/wrook
def firepython_main():
	'''
	The basic main function to start the application
	on the production servers
	'''
	from firepython.middleware import FirePythonWSGI
	webapp.run(FirePythonWSGI(application))
コード例 #2
0
ファイル: wrook.py プロジェクト: danroberts/wrook
def real_main():
	'''
	The basic main function to start the application
	on the production servers
	'''
	webapp.run(application)