[lit] Move formats into their own subpackage.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 14 Aug 2013 05:06:55 +0000 (05:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 14 Aug 2013 05:06:55 +0000 (05:06 +0000)
commitf76c664f6bfe8a2184f500afbb9ae851e2e34987
tree507722ca5b5edf3bd07108e17e051723c45f7d65
parente1bae5fb81e3dd8bcfa2982443460e2ee0f66baf
[lit] Move formats into their own subpackage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188355 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/formats.py [deleted file]
utils/lit/lit/formats/__init__.py [new file with mode: 0644]
utils/lit/lit/formats/base.py [new file with mode: 0644]
utils/lit/lit/formats/googletest.py [new file with mode: 0644]
utils/lit/lit/formats/shtest.py [new file with mode: 0644]