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?

Are you saying there's *another non-root type location* I can stick 
mycommon.py in and have functions pulled into my module with *from 
ansible.module_utils.mycommon import **?


On Friday, May 15, 2015 at 2:58:38 PM UTC-5, Brian Coca wrote:
>
> er .. we do: 
>
> from ansible.module_utils.basic import * 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/06ecf09e-1a3f-42c4-9bb8-1e4955fb8d04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to