~sabik/connectr/main

1
2
3
4
5
6
7
#!/usr/bin/python

import gtk
from Connectr import setup

app = setup.App()
gtk.main()