On Thu, 01 Jan 2009 11:04:42 -0500
"Keith Reed" wrote:
> I'm having trouble assigning a dictionary as a value within another:
>
>
> Code Snippet Start
>
> for line in fromchild.readlines():
> itemarray = line.strip().split(":")
> parent
On Thu, Jan 1, 2009 at 11:04 AM, Keith Reed wrote:
> I'm having trouble assigning a dictionary as a value within another:
>
>
> Code Snippet Start
>
>for line in fromchild.readlines():
>itemarray = line.strip().split(":")
>parentdictkey = i
I'm having trouble assigning a dictionary as a value within another:
Code Snippet Start
for line in fromchild.readlines():
itemarray = line.strip().split(":")
parentdictkey = itemarray[0]
print 'parentdictkey = ' + parentd