source: runmlx.py@ 35:d32890325137

Last change on this file since 35:d32890325137 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
RevLine 
[20]1# Script to run the logger
2
[29]3import os
[33]4import sys
[29]5
[20]6if __name__ == "__main__":
[27]7 import mlx.mlx
[33]8 mlx.mlx.main(os.path.dirname(sys.argv[0]))
Note: See TracBrowser for help on using the repository browser.