Created
December 18, 2011 10:36
-
-
Save umpirsky/1492994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print tmp['logs'] | |
print dict(tmp['logs'].items()) | |
tmp['logs'] = dict(tmp['logs'].items()) | |
print tmp['logs'] | |
prints: | |
<desktopcouch.records.RecordDict object at 0xa1d0f0c> | |
{} | |
<desktopcouch.records.RecordDict object at 0xa1d0f0c> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment