Files
munki/code/client/munkilib/__init__.py
T
MagerValp c3fb0ff0ec Fixed missing executable bit.
git-svn-id: http://munki.googlecode.com/svn/trunk@1186 a4e17f2e-e282-11dd-95e1-755cbddbdd66
2011-05-20 09:31:24 +00:00

4 lines
144 B
Python
Executable File

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