def run(self):
        '''
        Runs the widget
        '''

        if not PagLuxembourg.main.current_project.isPagProject():
            return

        self.dlg = ImportManagerDialog()
        self.dlg.show()