On Sat, May 16, 2015 at 8:53 PM, Ananda Debnath
<
ananda....@gmail.com> wrote:
> Sorry, I don't follow.
>
> If I have functions that are common to many of my custom libraries, I'll
> need to put them in
> /usr/lib/python2.6/site-packages/ansible/module_utils/mycommon.py and then
> import them in my libraries with from ansible.module_utils.mycommon import *
> right?