[Assorted-commits] SF.net SVN: assorted:[1126] configs/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-01-09 08:43:32
|
Revision: 1126 http://assorted.svn.sourceforge.net/assorted/?rev=1126&view=rev Author: yangzhang Date: 2009-01-09 08:43:21 +0000 (Fri, 09 Jan 2009) Log Message: ----------- tweaks Modified Paths: -------------- configs/trunk/setup-yang.bash configs/trunk/src/devscripts configs/trunk/src/pythonrc.py Modified: configs/trunk/setup-yang.bash =================================================================== --- configs/trunk/setup-yang.bash 2009-01-09 08:39:19 UTC (rev 1125) +++ configs/trunk/setup-yang.bash 2009-01-09 08:43:21 UTC (rev 1126) @@ -16,6 +16,7 @@ install .astylerc astylerc install .darcs/ darcs/boring install .devscripts devscripts +install .dput.cf dput.cf install .inputrc inputrc install .gitconfig gitconfig install .gitignore gitignore Modified: configs/trunk/src/devscripts =================================================================== --- configs/trunk/src/devscripts 2009-01-09 08:39:19 UTC (rev 1125) +++ configs/trunk/src/devscripts 2009-01-09 08:43:21 UTC (rev 1126) @@ -1 +1 @@ -DEBUILD_DPKG_BUILDPACKAGE_OPTS='-us -uc -sa' +# DEBUILD_DPKG_BUILDPACKAGE_OPTS='-us -uc -sa' Modified: configs/trunk/src/pythonrc.py =================================================================== --- configs/trunk/src/pythonrc.py 2009-01-09 08:39:19 UTC (rev 1125) +++ configs/trunk/src/pythonrc.py 2009-01-09 08:43:21 UTC (rev 1126) @@ -1,6 +1,6 @@ from __future__ import ( generators, with_statement ) import os, sys -from cStringIO import * +#from cStringIO import * from itertools import * import readline, rlcompleter readline.parse_and_bind( 'tab: complete' ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |