cwctl.py
branchstable
changeset 3190 75cf006babe4
parent 3188 34395d1f00d6
child 3198 d2f48d30e73e
equal deleted inserted replaced
3189:08dac6d74b03 3190:75cf006babe4
   673                 return
   673                 return
   674         mih.shutdown()
   674         mih.shutdown()
   675         print
   675         print
   676         print '-> instance migrated.'
   676         print '-> instance migrated.'
   677         if not (cwcfg.mode == 'dev' or self.config.nostartstop):
   677         if not (cwcfg.mode == 'dev' or self.config.nostartstop):
   678             StartCommand().start_instance(appid)
   678             StartInstanceCommand().start_instance(appid)
   679         print
   679         print
   680 
   680 
   681 
   681 
   682 class ShellCommand(Command):
   682 class ShellCommand(Command):
   683     """Run an interactive migration shell. This is a python shell with
   683     """Run an interactive migration shell. This is a python shell with