Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Wireup env #2227

Merged
merged 2 commits into from
Apr 2, 2014
Merged

Wireup env #2227

merged 2 commits into from
Apr 2, 2014

Conversation

chadwhitacre
Copy link
Contributor

On #2226 I added a wireup._env function and used it under the hood in wireup to replace some older code. This commit brings configure-aspen into the mix. By introducing the env object into configure-aspen I'm setting us up to replace os.environ calls in other wireup functions with the env object.

I factored out a new library called environment.py to manage
configuration from environment variables. This commit replaces our
former usage of the envvar function with environment. The next step is
ot replace all of our direct os.environ access.
On #2226 I added a wireup._env function and used it under the hood in
wireup to replace some older code. This commit brings configure-aspen
into the mix. By introducing the env object into configure-aspen I'm
setting us up to replace os.environ calls in other wireup functions with
the env object.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants