mirror of
https://github.com/munki/munki.git
synced 2026-04-28 16:29:29 -05: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 |