|
From: Arash A. <aza...@gm...> - 2011-11-21 21:09:27
|
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.
|