def show_uri(parent, uri, timestamp=None): if timestamp is None: timestamp = Gdk.CURRENT_TIME Gtk.show_uri(None, uri, timestamp)