On Fri, 10 Apr 2009 19:04:38 -0700, Edd wrote:
> Hi folks,
>
> I'd like to use Python itself as the configuration language for my
> Python application. I'd like the user to be able to write something like
> this in their config file(s):
>
>cfg.laser.on = True
>cfg.laser.colour = 'blue'
>
Hi folks,
I'd like to use Python itself as the configuration language for my
Python application. I'd like the user to be able to write something
like this in their config file(s):
cfg.laser.on = True
cfg.laser.colour = 'blue'
cfg.discombobulated.vegetables = ['carrots', 'broccoli']
#