sublime text2

转自 http://www.qianduan.net/essential-to-sublime-the-text-2-plugins.html

import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

posted @ 2014-11-08 14:53  ysyc  阅读(107)  评论(0编辑  收藏  举报