mirror of
https://github.com/munki/munki.git
synced 2026-05-21 05:38:31 -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 |