コード例 #1
0
ファイル: strataCLI.py プロジェクト: pruan/TestDepot
 def config(self, argv):
     """config
 Enter the configuration editor."""
     import strataeditors
     cmd = strataeditors.get_storage_editor(self, self._obj._config)
     raise NewCommand, cmd