[EMAIL PROTECTED] writes:

> I'm fairly new to python. I like to define a big dictionary in two
> files and use it my main file, build.py
>
> I want the definition to go into build_cfg.py and build_cfg_static.py.

That sounds like a very confusing architecture, and smells very much
like some kind of premature optimisation. What leads you to that
design? It's very likely a better design can be suggested to meet your
actual requirements.

-- 
 \     "If you can't annoy somebody there is little point in writing." |
  `\                                                  -- Kingsley Amis |
_o__)                                                                  |
Ben Finney

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to