author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Thu, 19 Feb 2015 19:29:16 +0200 | |
changeset 1212 | 745c136f8398 |
parent 1211 | c8cb83742738 |
child 1213 | e0de9be5c1ee |
--- a/pypi.el Thu Feb 19 19:26:07 2015 +0200 +++ b/pypi.el Thu Feb 19 19:29:16 2015 +0200 @@ -30,3 +30,6 @@ (interactive (list (read-string "Python package: " "" 'pypi.pkg-history (thing-at-point symbol)))) (url-retrieve (format pypi.url pkg) #'pypi.pkg-callback)) +(provide 'pypi) + +;;; pypi.el ends here