summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-09 12:35:08 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-09 13:11:06 -0500
commit1ddf4bede47f793b3142b1ff3bad800fa8c1bda9 (patch)
tree583261339f18728d1b04c562a126cf0e7c6736bd /Makefile
parent3c7aa32c5bf7fe791d6e64bdc971b55594a82070 (diff)
Adjust how modules are imported
* change to u. notation for util, since from foo import * is evil * make import vendor.foo possible * vendor dir is part of the repo now, no need to mkdir * use the vendor.foo notation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa4df0f..cf29a63 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,6 @@ data/users.sqlite3: data/users.sqlite3.distrib
dirs:
@mkdir -p data/cherrypy_sessions
- @mkdir -p vendor
config: Makefile
@test -f plinth.config || cp plinth.sample.config plinth.config