mirror of
https://github.com/munki/munki.git
synced 2026-01-24 16:10:01 -06:00
6 lines
178 B
Python
6 lines
178 B
Python
'''Make names in .core available as profiles.foo'''
|
|
from __future__ import absolute_import
|
|
|
|
# pylint: disable=wildcard-import
|
|
from .core import *
|
|
# pylint: enable=wildcard-import |