Couldn't delete comments.
[mime-editor.git] / AppRun
bloba819ec529f0f7e46e3cf90e0521c98171d03bdb5
1 #!/usr/bin/env python
2 import findrox
3 import rox
4 import editor
5 import os
6 import type
8 box = editor.Editor()
9 box.show()
10 rox.g.gdk.flush()
12 box.update()
14 rox.mainloop()