blob: 8eda92763c5a2052e2332a4368dcaddf473cf806 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# Enable other layers to have modules in the same named directory
2from pkgutil import extend_path
3__path__ = extend_path(__path__, __name__)