From 1ddf4bede47f793b3142b1ff3bad800fa8c1bda9 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Sat, 9 Feb 2013 12:35:08 -0500 Subject: 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3