This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 15c63bcd31854cf8258faedcea988bc30a652718 Author: Joel Pedraza <[email protected]> Date: Fri May 2 10:06:57 2014 -0400 change shebang to use env python2 instead of python --- xboxdrvctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xboxdrvctl b/xboxdrvctl index fb36a46..cb57668 100755 --- a/xboxdrvctl +++ b/xboxdrvctl @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ## Xbox360 USB Gamepad Userspace Driver ## Copyright (C) 2011 Ingo Ruhnke <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

