コード例 #1
0
ファイル: contentbundle.py プロジェクト: Daksh/sugar-toolkit
 def install(self):
     # TODO ignore passed install_path argument
     # needs rethinking while fixing ContentBundle support
     install_path = env.get_user_library_path()
     self._unzip(install_path)
     self._run_indexer()
     return self.get_root_dir()
コード例 #2
0
 def install(self):
     # TODO ignore passed install_path argument
     # needs rethinking while fixing ContentBundle support
     install_path = env.get_user_library_path()
     self._unzip(install_path)
     self._run_indexer()
     return self.get_root_dir()
コード例 #3
0
ファイル: contentbundle.py プロジェクト: Daksh/sugar-toolkit
 def get_root_dir(self):
     return os.path.join(env.get_user_library_path(), self._zip_root_dir)
コード例 #4
0
 def get_root_dir(self):
     return os.path.join(env.get_user_library_path(), self._zip_root_dir)