Revision 7e950d31 tools/cfgshell

b/tools/cfgshell
309 309
      else:
310 310
        print "Invalid node name"
311 311

  
312
  def do_EOF(self, line):
312
  @staticmethod
313
  def do_EOF(line):
313 314
    """Exit the application.
314 315

  
315 316
    """
316 317
    print
317 318
    return True
318 319

  
319
  def do_quit(self, line):
320
  @staticmethod
321
  def do_quit(line):
320 322
    """Exit the application.
321 323

  
322 324
    """

Also available in: Unified diff