Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2014 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anonymous/c564b4dfb63d065f3805 to your computer and use it in GitHub Desktop.
Save anonymous/c564b4dfb63d065f3805 to your computer and use it in GitHub Desktop.
for id in sorted(file.iterkeys()):
action = actions.get(id)
if action != None:
action(id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment