equal
deleted
inserted
replaced
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 |