del net-oscar
[learning-git.git] / pgworksheet_yvesf / pgworksheet.py
blob6f01ec7320c1c70a58b531a2c3afdf2dcd620593
1 #!/usr/bin/env python
2 import pgw.UI;
3 import pygtk; import gtk
5 ui = pgw.UI.UI(None, "pixmaps/pgworksheet/")
6 ui.show_all()
7 gtk.main()