Remove orphaned file
This commit is contained in:
parent
ad23899c3e
commit
3bcc149eef
|
@ -1,13 +0,0 @@
|
|||
genrule(
|
||||
name = "copy_six",
|
||||
srcs = ["six.py"],
|
||||
outs = ["__init__.py"],
|
||||
cmd = "cp $< $(@)",
|
||||
)
|
||||
|
||||
py_library(
|
||||
name = "six",
|
||||
srcs = ["__init__.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Loading…
Reference in New Issue