Sign in
apache
/
incubator-heron
/
refs/heads/karthik/installscripts
/
.
/
integration-test
/
src
/
python
/
http_server
/
BUILD
blob: e7adb1ae579cfc764247087b00161a1cf589ef2e [
file
]
package
(
default_visibility
=
[
"//visibility:public"
])
load
(
"/tools/rules/pex_rules"
,
"pex_binary"
)
pex_binary
(
name
=
"http-server"
,
srcs
=
[
"main.py"
],
main
=
"main.py"
,
eggs
=
[
"//3rdparty/eggs:tornado"
,
],
)