lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err,

alliterate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113922 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-09-15 03:52:31 +00:00
parent f884012c93
commit ff2dcd3ce9
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""'lit' Testing Tool"""
from lit import main
from main import main
__author__ = 'Daniel Dunbar'
__email__ = 'daniel@zuster.org'