Skip to content

Commit

Permalink
Fix issue which cases lit installed with setup.py to not resolve main
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283818 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Chris Matthews committed Oct 10, 2016
1 parent cf0683e commit 420b9a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/lit/lit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'

__all__ = []

from .main import main

0 comments on commit 420b9a4

Please sign in to comment.