el-get/recipes/rope.rcp
Sun Wenxiang 9cd3d5b468 Update rope.rcp
The repository "rope" has been deleted.
It now lives at https://github.com/python-rope/rope.
2014-07-30 17:36:09 +08:00

8 lines
289 B
Plaintext

(:name rope
:description "A python refactoring library"
:post-init
;; Add to PYTHONPATH directly as it is used in ropemacs and traad
(el-get-envpath-prepend "PYTHONPATH" default-directory)
:type git
:url "https://github.com/python-rope/rope.git")