summaryrefslogtreecommitdiff
path: root/layout.py
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-05-18 11:29:26 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-05-18 11:29:26 -0400
commit9306f888fea903accf827870a122a2f6f76e472e (patch)
tree0fc29e94d8e2e35f04f4d3392326f205403a7fcb /layout.py
parent909309302c83423994e9c1dd36a3309890a67b90 (diff)
downloadchroma-9306f888fea903accf827870a122a2f6f76e472e.tar.gz
chroma-9306f888fea903accf827870a122a2f6f76e472e.tar.bz2
chroma-9306f888fea903accf827870a122a2f6f76e472e.zip
added some more documentation and a more accurate miniature version of lbne
Diffstat (limited to 'layout.py')
-rw-r--r--layout.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout.py b/layout.py
new file mode 100644
index 0000000..e192bd8
--- /dev/null
+++ b/layout.py
@@ -0,0 +1,6 @@
+import os
+
+dir = os.path.split(os.path.realpath(__file__))[0]
+
+models = dir + '/models'
+source = dir + '/src'