mirror of
https://github.com/munki/munki.git
synced 2026-03-03 05:20:22 -06:00
6 lines
181 B
Python
6 lines
181 B
Python
'''Make names in .core available as updatecheck.foo'''
|
|
from __future__ import absolute_import
|
|
|
|
# pylint: disable=wildcard-import
|
|
from .core import *
|
|
# pylint: enable=wildcard-import |