def c_display(self): try: nceditor.start(self.node) except NameError: print "This functionality is not available on your operating system"
def c_display(self): node = self.args.get_node("file") try: nceditor.start(node) except NameError: print "This functionality is not available on your operating system"