mirror of
https://github.com/munki/munki.git
synced 2026-04-24 22:08:33 -05: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 |