Make sets.bzl point to new_sets.bzl instead of old_sets.bzl
new_sets.bzl and old_sets.bzl should be removed in the following skylib release. Fixes #155.
This commit is contained in:
parent
5c80706f70
commit
ea4c009c59
|
@ -14,6 +14,6 @@
|
|||
|
||||
"""Skylib module reexporting deprecated set algorithms."""
|
||||
|
||||
load(":old_sets.bzl", _sets = "sets")
|
||||
load(":new_sets.bzl", _sets = "sets")
|
||||
|
||||
sets = _sets
|
||||
|
|
Loading…
Reference in New Issue