[pygccxml-commit] source/pyplusplus/gui __init__.py,1.1,1.2
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-20 04:06:47
|
Update of /cvsroot/pygccxml/source/pyplusplus/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/pyplusplus/gui Modified Files: __init__.py Log Message: I was ill and did not have my TortoiseCVS :-). This commit contains documentation changes only. Those changes had been done for latest release version. Index: __init__.py =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/gui/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 14 Aug 2005 05:21:43 -0000 1.1 --- __init__.py 20 Apr 2006 04:06:43 -0000 1.2 *************** *** 1,6 **** ! # Copyright 2004 Roman Yakovenko. ! # Distributed under the Boost Software License, Version 1.0. (See ! # accompanying file LICENSE_1_0.txt or copy at ! # http://www.boost.org/LICENSE_1_0.txt) ! from ui import show_demo \ No newline at end of file --- 1,12 ---- ! # Copyright 2004 Roman Yakovenko. ! # Distributed under the Boost Software License, Version 1.0. (See ! # accompanying file LICENSE_1_0.txt or copy at ! # http://www.boost.org/LICENSE_1_0.txt) ! ! """ ! This package provide simple GUI interface. If you have installed pyplusplus and ! pygccxml you can invoke GUI from shell using pyplusplus_gui command on Linux. ! On Windows you can run pyplusplus_gui.pyw file. ! """ ! from ui import show_demo \ No newline at end of file |