def print_doc(self, *args): print_dlg(self.app.mw, self.app.current_doc)
def print_doc(self): print_dlg(self.app.mw, self.app.current_doc)