git.fiddlerwoaroof.com
unsorted/pythonsnippets_0000.py
c4ec28c6
 ## pretty print dict
 from emen2.subsystems import routing
 for x in sorted(dct):
9c112cd3
     print x.ljust(20), '=', dct[x]