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
RevLine 
[20]1# Script to run the logger
2
[29]3import os
4
[20]5if __name__ == "__main__":
[27]6 import mlx.mlx
[29]7 mlx.mlx.main(os.path.dirname(__file__))
Note: See TracBrowser for help on using the repository browser.