#!/usr/bin/env python from net.Lliurex.Amic.Preferences import * if __name__=="__main__": print "Preferences Window" pref=Preferences() pref.run()