summaryrefslogtreecommitdiff
path: root/foundry/di.py
diff options
context:
space:
mode:
Diffstat (limited to 'foundry/di.py')
-rw-r--r--foundry/di.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/foundry/di.py b/foundry/di.py
new file mode 100644
index 0000000..d283871
--- /dev/null
+++ b/foundry/di.py
@@ -0,0 +1,16 @@
1# vim: set filencoding=utf8
2"""
3Dependency Injection Utils
4
5@author: Mike Crute (mcrute@gmail.com)
6@organization: SoftGroup Interactive, Inc.
7@date: May 02, 2010
8
9This module provides a convenient place to replace the
10core DI functions in the case that somebody would want
11to manually assemble the application without the help
12of a DI system.
13"""
14
15
16from snakeguice import inject, Injected