Revision 3ecf6786 tools/cfgshell

b/tools/cfgshell
23 23

  
24 24
"""
25 25

  
26
# functions in this module need to have a given name structure, so:
27
# pylint: disable-msg=C0103
28

  
26 29

  
27
import os
28
import sys
29 30
import optparse
30
import time
31 31
import cmd
32 32

  
33 33
try:
......
311 311
        print "Invalid node name"
312 312

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

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

  

Also available in: Unified diff