|
From: L. C. <l.c...@gm...> - 2011-11-21 21:23:19
|
On Mon, Nov 21, 2011 at 4:09 PM, Arash Azarmi <aza...@gm...> wrote:
> Hi all ,
> I am using configObj to store inputs from user.In my case, the sequence
> matters so I can't let the configObj don't store sequence order.Both
> Section and ConfigObj are implemented as ordinary dictionary {} . I tried
> to change that to OrderedDict (from collections) but apparently it's not
> working again.Has anybody a solution for this ?
>
> Thanks ,
> Arash.
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Configobj-develop mailing list
> Con...@li...
> https://lists.sourceforge.net/lists/listinfo/configobj-develop
>
>
Hello,
If I recall correctly, .scalars is an ordered list of the items in the
ConfigObj. See: http://www.voidspace.org.uk/python/configobj.html#sections
This exists for both Sections and ConfigObj, again if I recall correctly.
-Leonardo
|