There are also some dictionary functions that can give you access to the inner sanctum:
d = {"test.tif": {1: [1,2,3]}}
for key, dic in d.iteritems():
for x in dic.values()[0]:
print x
"""
result =
1
2
3
"""
Reputation Points: 1333
Solved Threads: 1404
DaniWeb's Hypocrite
Offline 5,792 posts
since Oct 2004