Make sure self._allowed_keys are sorted in the table create statement. They
authorZac Medico <zmedico@gentoo.org>
Fri, 25 Sep 2009 18:04:22 +0000 (18:04 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 25 Sep 2009 18:04:22 +0000 (18:04 -0000)
commite65a4f6ca71bd779b706e8bd83fc82f01ffa3f08
tree56e5567961d31453aa74a0202c8a21c41b1b69d3
parent28f70d0feddd9ff95c30af10694694324a6230ce
Make sure self._allowed_keys are sorted in the table create statement. They
already are sorted, but do it explicitly here for clarity.

svn path=/main/trunk/; revision=14430
pym/portage/cache/sqlite.py