On Wed, Jan 16, 2013 at 3:20 PM, Gilgamezh <[email protected]> wrote: > Hi! maybe you can cat de file and then do a local parse with python. > something like this: > > pidginConfg = run('cat /path/to/file.conf') > > now you have the file in pidginConfig and you can parse it. --> > http://docs.python.org/2/library/xml.etree.elementtree.html#parsing-xml
Thanks for the help! I'm actually reading the ElementTree docs now! _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
