openSUSE-release-tools/totest-manager.py

9 lines
123 B
Python
Raw Normal View History

#!/usr/bin/python
from ttm.cli import CommandLineInterface
2018-11-26 10:14:17 +01:00
import sys
app = CommandLineInterface()
sys.exit(app.main())