source: runmlx.py@ 33:a9150c8d2767

Last change on this file since 33:a9150c8d2767 was 33:a9150c8d2767, checked in by István Váradi <ivaradi@…>, 12 years ago

Fixed the way to acquire the icon directory

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