예제 #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)