source: runmlx.py@ 32:46c1a12f72d1

Last change on this file since 32:46c1a12f72d1 was 29:5bcc0ef808c5, checked in by István Váradi <ivaradi@…>, 12 years ago

The status icon and hiding/showing the window works

File size: 129 bytes
Line 
1# Script to run the logger
2
3import os
4
5if __name__ == "__main__":
6 import mlx.mlx
7 mlx.mlx.main(os.path.dirname(__file__))
Note: See TracBrowser for help on using the repository browser.