-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename to Pando #552
rename to Pando #552
Conversation
I think this is ready for review, @Changaco. Should we remove the aspen.io website from this repo as part of this PR? |
You're referencing |
Then we won't have it anywhere (except in the history of course), since you haven't copied it to the aspen.io repo, and it's already gone from aspen-core. |
This fixes an insufficient test for whether Aspen is already installed. The text 'found' shows up in the traceback when pkg_resources.get_distribution fails in aspen/__init__.py, and that's the way in which build.py's `import aspen` fails once the Response import in __init__.py is removed. The fix here is to delegate to pip to check whether this or that library is already installed, rather than trying to duplicate that functionality ourselves.
@Changaco Looks good to me. |
Pursuant to AspenWeb/salon#2 (comment).