Skip to content

Commit 2d4ea5f

Browse files
committed
Add MI framework
1 parent f7d9eea commit 2d4ea5f

File tree

2 files changed

+1323
-4
lines changed

2 files changed

+1323
-4
lines changed

bugzilla-mi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# This is a small wrapper script to simplify running the 'bugzilla'
4-
# cli tool from a git checkout
3+
# Wrapper script to simplify running the 'bugzilla' MI tool
54

6-
from bugzilla import _cli
7-
_cli.main()
5+
from bugzilla import _mi
6+
_mi.main()

0 commit comments

Comments
 (0)