Add support for environment variables, change tests accordingly

This commit is contained in:
Martin Nagy
2008-09-29 17:41:30 +02:00
committed by Jason Gerard DeRose
parent d77907d2d0
commit afdc721038
9 changed files with 148 additions and 13 deletions

View File

@@ -58,8 +58,10 @@ True
import plugable
import frontend
import backend
import config
api = plugable.API(
config.default_environment(),
frontend.Command,
frontend.Object,
frontend.Method,