test
This commit is contained in:
parent
29a88fc652
commit
6ada877b7f
5 changed files with 100 additions and 0 deletions
14
test/debug.py
Executable file
14
test/debug.py
Executable file
|
@ -0,0 +1,14 @@
|
|||
#! /usr/bin/env python3
|
||||
|
||||
import web
|
||||
|
||||
|
||||
web.print_headers_if_needed()
|
||||
|
||||
print('<h1>Python</h1>')
|
||||
|
||||
print('<h2>os.environ</h2>')
|
||||
web.print_environment()
|
||||
|
||||
print('<h2>variables</h2>')
|
||||
web.print_variables()
|
Loading…
Add table
Add a link
Reference in a new issue