[Gug-cvs] gug/gug/cli cm.py,1.21,1.22
Status: Planning
Brought to you by:
szferi
From: Roczei G. <ro...@us...> - 2007-04-30 22:02:29
|
Update of /cvsroot/gug/gug/gug/cli In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv751 Modified Files: cm.py Log Message: directory structure correction Index: cm.py =================================================================== RCS file: /cvsroot/gug/gug/gug/cli/cm.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** cm.py 22 Apr 2007 20:54:10 -0000 1.21 --- cm.py 30 Apr 2007 22:02:27 -0000 1.22 *************** *** 317,321 **** if verbose: print 'desc: ', desc ! jsdl = create_jsdl_from_desc(desc, None, False) if verbose: print 'jsdl: ', jsdl --- 317,321 ---- if verbose: print 'desc: ', desc ! jsdl = create_jsdl_from_desc(desc, None) if verbose: print 'jsdl: ', jsdl |