Skip to content

Commit 82986c7

Browse files
committed
Merge pull request #73 from modocache/xctest-checker-remove-install
[xctest_checker] Remove installation script
2 parents cc5dfd2 + 0096c00 commit 82986c7

File tree

3 files changed

+2
-54
lines changed

3 files changed

+2
-54
lines changed

Tests/Functional/xctest_checker/setup.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

Tests/Functional/xctest_checker/xctest_checker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See http://swift.org/LICENSE.txt for license information
1010
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1111

12-
import xctest_checker
12+
import xctest_checker.main
1313

1414
if __name__ == '__main__':
15-
xctest_checker.main()
15+
xctest_checker.main.main()
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
from __future__ import absolute_import
2-
from .main import main
3-
4-
__author__ = 'Brian Gesiak'
5-
__email__ = '[email protected]'
6-
__versioninfo__ = (0, 1, 0)
7-
__version__ = '.'.join(str(v) for v in __versioninfo__)
8-
9-
__all__ = []

0 commit comments

Comments
 (0)