# HG changeset patch # User Oleksandr Gavenko # Date 1424366956 -7200 # Node ID 745c136f8398898600f283aedf38ae1dafc3396c # Parent c8cb83742738a369faa8504d3e07e8b67c6d0c69 Forget add provide. diff -r c8cb83742738 -r 745c136f8398 pypi.el --- 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