-
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
rip out configure-aspen.py #381
Conversation
c37ab3e
to
fbb1285
Compare
fbb1285
to
09e7328
Compare
Rebased on master. |
Next step on this is to fix up the test suite.
|
09e7328
to
bf55436
Compare
Rebased on master. |
Is it already gone? gratipay/inside.gratipay.com#263 (comment) What is the replacement? |
I don't believe it's already gone, but the replacement is to make a plain ol' Python module. |
@whit537 ok, I've checked that it is imported, but I still don't why the stacktrace? gratipay/inside.gratipay.com#263 (comment) |
I ended up just configuring harness.client.website inline in the tests. I think that makes sense, right?
configure-aspen.py was the default for configuration_scripts, but it was possible to specify others.
7641bb7
to
7693dd9
Compare
Ready for review, @techtonik @pjz et al. |
(Also, re-re-rebased on master.) |
<li><code><a href="/configure-aspen.py/">configure-aspen.py</a></code></li> | ||
<li><code><a href="/mime.types/">mime.types</a></code></li> | ||
</ul> | ||
<p>Aspen will read the <code><a href="/mime.types/">mime.types</a></code> file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(if any)
Need a note in Changelog.md about the removal and intended replacement. |
Good catch. Done in 579261b. |
!m @whit537 |
Closes #373.