Ejemplo n.º 1
0
 def c_display(self):
     try:
         nceditor.start(self.node)
     except NameError:
         print "This functionality is not available on your operating system"
Ejemplo n.º 2
0
    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"	
Ejemplo n.º 3
0
 def c_display(self):
     try:
         nceditor.start(self.node)
     except NameError:
         print "This functionality is not available on your operating system"
Ejemplo n.º 4
0
 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"