mirror of
https://github.com/munki/munki.git
synced 2026-01-18 13:10:11 -06:00
7 lines
182 B
Python
7 lines
182 B
Python
'''Make all .core names available as adobeutils.foo'''
|
|
from __future__ import absolute_import
|
|
|
|
# pylint: disable=wildcard-import
|
|
from .core import *
|
|
# pylint: enable=wildcard-import
|