Some little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6bd7d4c540
commit
29c1c7f707
@ -2,6 +2,7 @@
|
|||||||
.emacs.desktop
|
.emacs.desktop
|
||||||
.gdb_history
|
.gdb_history
|
||||||
MANIFEST
|
MANIFEST
|
||||||
|
_build_rpm
|
||||||
build
|
build
|
||||||
build-pkg
|
build-pkg
|
||||||
build-pkg-debug
|
build-pkg-debug
|
||||||
|
@ -181,3 +181,12 @@ def runTest(frame, nb, log):
|
|||||||
|
|
||||||
overview = """\
|
overview = """\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
import sys,os
|
||||||
|
import run
|
||||||
|
run.main(['', os.path.basename(sys.argv[0])])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user