Revision b55f0517c90799dfdcadbd2dd8758c758385be8e authored by Curtis "Fjord" Hawthorne on 25 August 2017, 18:09:38 UTC, committed by GitHub on 25 August 2017, 18:09:38 UTC
1 parent 772f07e
Raw File
pythonfutures.BUILD
py_library(
    name = "futures",
    srcs = [
        "__init__.py",
        "futures/__init__.py",
        "futures/_base.py",
        "futures/process.py",
        "futures/thread.py",
    ],
    srcs_version = "PY2AND3",
    visibility = ["//visibility:public"],
)
back to top