X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=scripts%2Fml-wx.py;h=a4820680a4457e2b8c248052dea9578aef05e524;hb=b1dff250905c4fa2350d3e7f97f15c67aceac4bc;hp=f10e31c272e8a05c2f053215b7fe32d2d7a87de5;hpb=996e6bc78ced078e7329b39c4ad7a47fee895ea8;p=m_librarian.git diff --git a/scripts/ml-wx.py b/scripts/ml-wx.py index f10e31c..a482068 100755 --- a/scripts/ml-wx.py +++ b/scripts/ml-wx.py @@ -8,6 +8,7 @@ def main(): if len(sys.argv) > 1: sys.exit("This program doesn't accept any arguments") app = Application() + app.MainLoop() if __name__ == '__main__':