219c219
< for key,val in os.environ.iteritems():
---
> for key,val in sorted(os.environ.iteritems()):