Mercurial > hg > pyloader
view tests/objects.py @ 12:d50d5237e82d
rename test file
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 27 May 2011 07:19:17 -0700 |
parents | ff272dcd5cd8 |
children | eb81d6943f2e |
line wrap: on
line source
""" test objects """ def stringsort(*strings): return ''.join(sorted(''.join(strings)))