[go: up one dir, main page]

File: tilecache.fcgi

package info (click to toggle)
tilecache 2.03-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 392 kB
  • ctags: 392
  • sloc: python: 2,830; makefile: 49
file content (6 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/python
from TileCache.Service import wsgiApp

if __name__ == '__main__':
    from flup.server.fcgi_fork  import WSGIServer
    WSGIServer(wsgiApp).run()