blob: cc3836c4bff26b28720ffa64c96076e12691b6e0 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001#
2# SPDX-License-Identifier: GPL-2.0-only
3#
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004# Enable other layers to have modules in the same named directory
5from pkgutil import extend_path
6__path__ = extend_path(__path__, __name__)