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:
Chris Parsons 2019-05-28 16:00:11 -04:00
parent 5c80706f70
commit ea4c009c59
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
"""Skylib module reexporting deprecated set algorithms."""
load(":old_sets.bzl", _sets = "sets")
load(":new_sets.bzl", _sets = "sets")
sets = _sets