summaryrefslogtreecommitdiff
path: root/layout.py
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-05-23 19:33:02 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-05-23 19:33:02 -0400
commit36391a29dfb02a24e97b3ef9a3727201af415985 (patch)
treee1113c6aa310ba5f49c985b4fef0858b0d0f00d9 /layout.py
parent37b1d85c9f61190f223ee0cc6893c75c6c5f88cb (diff)
downloadchroma-36391a29dfb02a24e97b3ef9a3727201af415985.tar.gz
chroma-36391a29dfb02a24e97b3ef9a3727201af415985.tar.bz2
chroma-36391a29dfb02a24e97b3ef9a3727201af415985.zip
lbne model now imports python modules directly
Diffstat (limited to 'layout.py')
-rw-r--r--layout.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/layout.py b/layout.py
deleted file mode 100644
index e192bd8..0000000
--- a/layout.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import os
-
-dir = os.path.split(os.path.realpath(__file__))[0]
-
-models = dir + '/models'
-source = dir + '/src'