[vlc-commits] commit: python: the module now is in generated/ (Olivier Aubert )

git at videolan.org git at videolan.org
Fri Apr 30 11:06:00 CEST 2010


vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Fri Apr 30 10:50:08 2010 +0200| [b6a8eacad4b49f52732e344be8b2ed803315f2e1] | committer: Olivier Aubert 

python: the module now is in generated/

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=b6a8eacad4b49f52732e344be8b2ed803315f2e1
---

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d18f1c9..fa68ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MODULE_NAME=vlc.py
+MODULE_NAME=generated/vlc.py
 
 all: $(MODULE_NAME)
 
@@ -9,7 +9,7 @@ doc: $(MODULE_NAME)
 	-epydoc -v -o doc $<
 
 test: $(MODULE_NAME)
-	python test.py
+	PYTHONPATH=generated python test.py
 
 check: $(MODULE_NAME)
 	-pyflakes $<



More information about the vlc-commits mailing list