Files
munki/code/client/munkilib/__init__.py
2011-05-20 13:35:09 +00:00

4 lines
144 B
Python

# this is needed to make Python recognize the directory as a module package.
#
# Warning: do NOT put any Python imports here that require ObjC.