el-get/recipes/rope.rcp
2012-02-27 11:52:22 +01:00

9 lines
289 B
Plaintext

(:name rope
:description "A python refactoring library"
:post-init
(progn
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path default-directory))
:type hg
:url "http://bitbucket.org/agr/rope")