Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 19:58:30 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403686 - head/misc/py-qt4-demo
Message-ID:  <201512131958.tBDJwUw0060684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Dec 13 19:58:30 2015
New Revision: 403686
URL: https://svnweb.freebsd.org/changeset/ports/403686

Log:
  Properly all compileall.py.
  
  Do it like we already do in devel/py-qt4-core: call compileall.py with -d so
  that the .pyc and .pyo files do not have ${STAGEDIR} in them.
  
  While at it, also call python with -O to generate .pyo files.

Modified:
  head/misc/py-qt4-demo/Makefile
  head/misc/py-qt4-demo/pkg-plist

Modified: head/misc/py-qt4-demo/Makefile
==============================================================================
--- head/misc/py-qt4-demo/Makefile	Sun Dec 13 19:33:02 2015	(r403685)
+++ head/misc/py-qt4-demo/Makefile	Sun Dec 13 19:58:30 2015	(r403686)
@@ -3,6 +3,7 @@
 
 PORTNAME=	demo
 PORTVERSION=	${PYQT4_VERSION}
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	misc devel python
 MASTER_SITES=	${MASTER_SITES_PYQT4}
@@ -14,6 +15,7 @@ COMMENT=	Python bindings for the Qt4 too
 
 DISTINFO_FILE=	${PYQT4_DISTINFO_FILE}
 
+NO_BUILD=	yes
 USES=		python pyqt:4
 
 EXAMPLESDIR=	${PREFIX}/share/examples/py-qt4
@@ -24,12 +26,17 @@ USE_PYQT=	assistant_run core_run dbus_ru
 		script_run scripttools_run sql_run svg_run test_run webkit_run xml_run \
 		xmlpatterns_run sip_run qscintilla2_run
 
-do-build:
-	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/examples
-
 do-install:
 	${RM} -f ${WRKSRC}/examples/designer/plugins/plugins.py.orig
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
 
+post-install:
+	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
+		-f -d ${PYTHONPREFIX_SITELIBDIR} \
+		${STAGEDIR}${EXAMPLESDIR}
+	${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
+		-f -d ${PYTHONPREFIX_SITELIBDIR} \
+		${STAGEDIR}${EXAMPLESDIR}
+
 .include <bsd.port.mk>

Modified: head/misc/py-qt4-demo/pkg-plist
==============================================================================
--- head/misc/py-qt4-demo/pkg-plist	Sun Dec 13 19:33:02 2015	(r403685)
+++ head/misc/py-qt4-demo/pkg-plist	Sun Dec 13 19:58:30 2015	(r403686)
@@ -11,20 +11,27 @@
 %%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui
 %%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.py
 %%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.pyc
+%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.pyo
 %%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.py
 %%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.pyc
+%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.pyo
 %%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py
 %%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc
+%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyo
 %%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py
 %%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc
+%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyo
 %%EXAMPLESDIR%%/animation/README
 %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py
 %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc
+%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyo
 %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc
 %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.py
 %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.pyc
+%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.pyo
 %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.py
 %%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.pyc
+%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.pyo
 %%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg
 %%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png
 %%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png
@@ -36,26 +43,34 @@
 %%EXAMPLESDIR%%/animation/appchooser/akregator.png
 %%EXAMPLESDIR%%/animation/appchooser/appchooser.py
 %%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc
+%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyo
 %%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc
 %%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.py
 %%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.pyc
+%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.pyo
 %%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.py
 %%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.pyc
+%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.pyo
 %%EXAMPLESDIR%%/animation/appchooser/digikam.png
 %%EXAMPLESDIR%%/animation/appchooser/k3b.png
 %%EXAMPLESDIR%%/animation/easing/easing.py
 %%EXAMPLESDIR%%/animation/easing/easing.pyc
+%%EXAMPLESDIR%%/animation/easing/easing.pyo
 %%EXAMPLESDIR%%/animation/easing/easing.qrc
 %%EXAMPLESDIR%%/animation/easing/easing_rc2.py
 %%EXAMPLESDIR%%/animation/easing/easing_rc2.pyc
+%%EXAMPLESDIR%%/animation/easing/easing_rc2.pyo
 %%EXAMPLESDIR%%/animation/easing/easing_rc3.py
 %%EXAMPLESDIR%%/animation/easing/easing_rc3.pyc
+%%EXAMPLESDIR%%/animation/easing/easing_rc3.pyo
 %%EXAMPLESDIR%%/animation/easing/form.ui
 %%EXAMPLESDIR%%/animation/easing/images/qt-logo.png
 %%EXAMPLESDIR%%/animation/easing/ui_form.py
 %%EXAMPLESDIR%%/animation/easing/ui_form.pyc
+%%EXAMPLESDIR%%/animation/easing/ui_form.pyo
 %%EXAMPLESDIR%%/animation/moveblocks.py
 %%EXAMPLESDIR%%/animation/moveblocks.pyc
+%%EXAMPLESDIR%%/animation/moveblocks.pyo
 %%EXAMPLESDIR%%/animation/states/accessories-dictionary.png
 %%EXAMPLESDIR%%/animation/states/akregator.png
 %%EXAMPLESDIR%%/animation/states/digikam.png
@@ -64,50 +79,68 @@
 %%EXAMPLESDIR%%/animation/states/kchart.png
 %%EXAMPLESDIR%%/animation/states/states.py
 %%EXAMPLESDIR%%/animation/states/states.pyc
+%%EXAMPLESDIR%%/animation/states/states.pyo
 %%EXAMPLESDIR%%/animation/states/states.qrc
 %%EXAMPLESDIR%%/animation/states/states_rc2.py
 %%EXAMPLESDIR%%/animation/states/states_rc2.pyc
+%%EXAMPLESDIR%%/animation/states/states_rc2.pyo
 %%EXAMPLESDIR%%/animation/states/states_rc3.py
 %%EXAMPLESDIR%%/animation/states/states_rc3.pyc
+%%EXAMPLESDIR%%/animation/states/states_rc3.pyo
 %%EXAMPLESDIR%%/animation/stickman/animations/chilling
 %%EXAMPLESDIR%%/animation/stickman/animations/dancing
 %%EXAMPLESDIR%%/animation/stickman/animations/dead
 %%EXAMPLESDIR%%/animation/stickman/animations/jumping
 %%EXAMPLESDIR%%/animation/stickman/stickman.py
 %%EXAMPLESDIR%%/animation/stickman/stickman.pyc
+%%EXAMPLESDIR%%/animation/stickman/stickman.pyo
 %%EXAMPLESDIR%%/animation/stickman/stickman.qrc
 %%EXAMPLESDIR%%/animation/stickman/stickman_rc2.py
 %%EXAMPLESDIR%%/animation/stickman/stickman_rc2.pyc
+%%EXAMPLESDIR%%/animation/stickman/stickman_rc2.pyo
 %%EXAMPLESDIR%%/animation/stickman/stickman_rc3.py
 %%EXAMPLESDIR%%/animation/stickman/stickman_rc3.pyc
+%%EXAMPLESDIR%%/animation/stickman/stickman_rc3.pyo
 %%EXAMPLESDIR%%/dbus/chat/chat.py
 %%EXAMPLESDIR%%/dbus/chat/chat.pyc
+%%EXAMPLESDIR%%/dbus/chat/chat.pyo
 %%EXAMPLESDIR%%/dbus/chat/chatmainwindow.ui
 %%EXAMPLESDIR%%/dbus/chat/chatsetnickname.ui
 %%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.py
 %%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyc
+%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyo
 %%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.py
 %%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyc
+%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyo
 %%EXAMPLESDIR%%/dbus/listnames.py
 %%EXAMPLESDIR%%/dbus/listnames.pyc
+%%EXAMPLESDIR%%/dbus/listnames.pyo
 %%EXAMPLESDIR%%/dbus/pingpong/ping.py
 %%EXAMPLESDIR%%/dbus/pingpong/ping.pyc
+%%EXAMPLESDIR%%/dbus/pingpong/ping.pyo
 %%EXAMPLESDIR%%/dbus/pingpong/pong.py
 %%EXAMPLESDIR%%/dbus/pingpong/pong.pyc
+%%EXAMPLESDIR%%/dbus/pingpong/pong.pyo
 %%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.py
 %%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyc
+%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyo
 %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.py
 %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyc
+%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyo
 %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.ui
 %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py
 %%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc
+%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyo
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.py
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyc
+%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyo
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.qrc
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.py
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.pyc
+%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.pyo
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.py
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.pyc
+%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.pyo
 %%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/view.qml
 %%EXAMPLESDIR%%/declarative/toys/README
 %%EXAMPLESDIR%%/declarative/toys/clocks/clocks.qml
@@ -202,6 +235,7 @@
 %%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/qmldir
 %%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.py
 %%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.pyc
+%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.pyo
 %%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.qml
 %%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/BoomBlock.qml
 %%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/Button.qml
@@ -224,85 +258,120 @@
 %%EXAMPLESDIR%%/demos/declarative/samegame/samegame.qml
 %%EXAMPLESDIR%%/demos/embedded/lightmaps.py
 %%EXAMPLESDIR%%/demos/embedded/lightmaps.pyc
+%%EXAMPLESDIR%%/demos/embedded/lightmaps.pyo
 %%EXAMPLESDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.py
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.pyc
+%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.pyo
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.ui
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.py
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.pyc
+%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.pyo
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.py
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.pyc
+%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.pyo
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.py
 %%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.pyc
+%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/colors.py
 %%EXAMPLESDIR%%/demos/qtdemo/colors.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/colors.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/demoitem.py
 %%EXAMPLESDIR%%/demos/qtdemo/demoitem.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/demoitem.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.py
 %%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/demoscene.py
 %%EXAMPLESDIR%%/demos/qtdemo/demoscene.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/demoscene.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/demotextitem.py
 %%EXAMPLESDIR%%/demos/qtdemo/demotextitem.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/dockitem.py
 %%EXAMPLESDIR%%/demos/qtdemo/dockitem.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/dockitem.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/examplecontent.py
 %%EXAMPLESDIR%%/demos/qtdemo/examplecontent.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/guide.py
 %%EXAMPLESDIR%%/demos/qtdemo/guide.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/guide.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/guidecircle.py
 %%EXAMPLESDIR%%/demos/qtdemo/guidecircle.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/guideline.py
 %%EXAMPLESDIR%%/demos/qtdemo/guideline.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/guideline.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/headingitem.py
 %%EXAMPLESDIR%%/demos/qtdemo/headingitem.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/headingitem.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/imageitem.py
 %%EXAMPLESDIR%%/demos/qtdemo/imageitem.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/imageitem.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/images/demobg.png
 %%EXAMPLESDIR%%/demos/qtdemo/images/qtlogo_small.png
 %%EXAMPLESDIR%%/demos/qtdemo/images/trolltech-logo.png
 %%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.py
 %%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/letteritem.py
 %%EXAMPLESDIR%%/demos/qtdemo/letteritem.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/letteritem.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/mainwindow.py
 %%EXAMPLESDIR%%/demos/qtdemo/mainwindow.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/menucontent.py
 %%EXAMPLESDIR%%/demos/qtdemo/menucontent.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/menucontent.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/menumanager.py
 %%EXAMPLESDIR%%/demos/qtdemo/menumanager.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/menumanager.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/qmlShell.qml
 %%EXAMPLESDIR%%/demos/qtdemo/qtdemo.py
 %%EXAMPLESDIR%%/demos/qtdemo/qtdemo.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/qtdemo.qrc
 %%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.py
 %%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.py
 %%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/scanitem.py
 %%EXAMPLESDIR%%/demos/qtdemo/scanitem.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/scanitem.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/score.py
 %%EXAMPLESDIR%%/demos/qtdemo/score.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/score.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/textbutton.py
 %%EXAMPLESDIR%%/demos/qtdemo/textbutton.pyc
+%%EXAMPLESDIR%%/demos/qtdemo/textbutton.pyo
 %%EXAMPLESDIR%%/demos/qtdemo/xml/examples.xml
 %%EXAMPLESDIR%%/demos/spreadsheet/images/interview.png
 %%EXAMPLESDIR%%/demos/spreadsheet/printview.py
 %%EXAMPLESDIR%%/demos/spreadsheet/printview.pyc
+%%EXAMPLESDIR%%/demos/spreadsheet/printview.pyo
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.py
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.pyc
+%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.pyo
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.qrc
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.py
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.pyc
+%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.pyo
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.py
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.pyc
+%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.pyo
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.py
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.pyc
+%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.pyo
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.py
 %%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.pyc
+%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.pyo
 %%EXAMPLESDIR%%/demos/spreadsheet/util.py
 %%EXAMPLESDIR%%/demos/spreadsheet/util.pyc
+%%EXAMPLESDIR%%/demos/spreadsheet/util.pyo
 %%EXAMPLESDIR%%/demos/textedit/example.html
 %%EXAMPLESDIR%%/demos/textedit/images/logo.png
 %%EXAMPLESDIR%%/demos/textedit/images/logo32.png
@@ -346,80 +415,113 @@
 %%EXAMPLESDIR%%/demos/textedit/images/win/zoomout.png
 %%EXAMPLESDIR%%/demos/textedit/textedit.py
 %%EXAMPLESDIR%%/demos/textedit/textedit.pyc
+%%EXAMPLESDIR%%/demos/textedit/textedit.pyo
 %%EXAMPLESDIR%%/demos/textedit/textedit.qrc
 %%EXAMPLESDIR%%/demos/textedit/textedit_rc2.py
 %%EXAMPLESDIR%%/demos/textedit/textedit_rc2.pyc
+%%EXAMPLESDIR%%/demos/textedit/textedit_rc2.pyo
 %%EXAMPLESDIR%%/demos/textedit/textedit_rc3.py
 %%EXAMPLESDIR%%/demos/textedit/textedit_rc3.pyc
+%%EXAMPLESDIR%%/demos/textedit/textedit_rc3.pyo
 %%EXAMPLESDIR%%/designer/README
 %%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py
 %%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc
+%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyo
 %%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui
 %%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py
 %%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc
+%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyo
 %%EXAMPLESDIR%%/designer/plugins/plugins.py
 %%EXAMPLESDIR%%/designer/plugins/plugins.pyc
+%%EXAMPLESDIR%%/designer/plugins/plugins.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py
 %%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc
+%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyo
 %%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py
 %%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc
+%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyo
 %%EXAMPLESDIR%%/desktop/README
 %%EXAMPLESDIR%%/desktop/screenshot.py
 %%EXAMPLESDIR%%/desktop/screenshot.pyc
+%%EXAMPLESDIR%%/desktop/screenshot.pyo
 %%EXAMPLESDIR%%/desktop/systray/images/bad.svg
 %%EXAMPLESDIR%%/desktop/systray/images/heart.svg
 %%EXAMPLESDIR%%/desktop/systray/images/trash.svg
 %%EXAMPLESDIR%%/desktop/systray/systray.py
 %%EXAMPLESDIR%%/desktop/systray/systray.pyc
+%%EXAMPLESDIR%%/desktop/systray/systray.pyo
 %%EXAMPLESDIR%%/desktop/systray/systray.qrc
 %%EXAMPLESDIR%%/desktop/systray/systray_rc2.py
 %%EXAMPLESDIR%%/desktop/systray/systray_rc2.pyc
+%%EXAMPLESDIR%%/desktop/systray/systray_rc2.pyo
 %%EXAMPLESDIR%%/desktop/systray/systray_rc3.py
 %%EXAMPLESDIR%%/desktop/systray/systray_rc3.pyc
+%%EXAMPLESDIR%%/desktop/systray/systray_rc3.pyo
 %%EXAMPLESDIR%%/dialogs/README
 %%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py
 %%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc
+%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyo
 %%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc
 %%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.py
 %%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.pyc
+%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.pyo
 %%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.py
 %%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.pyc
+%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.pyo
 %%EXAMPLESDIR%%/dialogs/classwizard/images/background.png
 %%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png
 %%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png
@@ -429,91 +531,123 @@
 %%EXAMPLESDIR%%/dialogs/classwizard/images/watermark2.png
 %%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py
 %%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc
+%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyo
 %%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc
 %%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.py
 %%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.pyc
+%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.pyo
 %%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.py
 %%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.pyc
+%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.pyo
 %%EXAMPLESDIR%%/dialogs/configdialog/images/config.png
 %%EXAMPLESDIR%%/dialogs/configdialog/images/query.png
 %%EXAMPLESDIR%%/dialogs/configdialog/images/update.png
 %%EXAMPLESDIR%%/dialogs/extension.py
 %%EXAMPLESDIR%%/dialogs/extension.pyc
+%%EXAMPLESDIR%%/dialogs/extension.pyo
 %%EXAMPLESDIR%%/dialogs/findfiles.py
 %%EXAMPLESDIR%%/dialogs/findfiles.pyc
+%%EXAMPLESDIR%%/dialogs/findfiles.pyo
 %%EXAMPLESDIR%%/dialogs/standarddialogs.py
 %%EXAMPLESDIR%%/dialogs/standarddialogs.pyc
+%%EXAMPLESDIR%%/dialogs/standarddialogs.pyo
 %%EXAMPLESDIR%%/dialogs/tabdialog.py
 %%EXAMPLESDIR%%/dialogs/tabdialog.pyc
+%%EXAMPLESDIR%%/dialogs/tabdialog.pyo
 %%EXAMPLESDIR%%/dialogs/trivialwizard.py
 %%EXAMPLESDIR%%/dialogs/trivialwizard.pyc
+%%EXAMPLESDIR%%/dialogs/trivialwizard.pyo
 %%EXAMPLESDIR%%/draganddrop/README
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.py
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyc
+%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyo
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.qrc
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.py
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.pyc
+%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.pyo
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.py
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.pyc
+%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.pyo
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/images/drag.png
 %%EXAMPLESDIR%%/draganddrop/delayedencoding/images/example.svg
 %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py
 %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc
+%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyo
 %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc
 %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.py
 %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.pyc
+%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.pyo
 %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.py
 %%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.pyc
+%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.pyo
 %%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png
 %%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png
 %%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png
 %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py
 %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc
+%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyo
 %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc
 %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.py
 %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.pyc
+%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.pyo
 %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.py
 %%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.pyc
+%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.pyo
 %%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt
 %%EXAMPLESDIR%%/draganddrop/dropsite.py
 %%EXAMPLESDIR%%/draganddrop/dropsite.pyc
+%%EXAMPLESDIR%%/draganddrop/dropsite.pyo
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc
+%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyo
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.py
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.pyc
+%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.pyo
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.py
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.pyc
+%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.pyo
 %%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt
 %%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg
 %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py
 %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc
+%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyo
 %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc
 %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.py
 %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.pyc
+%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.pyo
 %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.py
 %%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.pyc
+%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.pyo
 %%EXAMPLESDIR%%/effects/README
 %%EXAMPLESDIR%%/effects/lighting.py
 %%EXAMPLESDIR%%/effects/lighting.pyc
+%%EXAMPLESDIR%%/effects/lighting.pyo
 %%EXAMPLESDIR%%/graphicsview/README
 %%EXAMPLESDIR%%/graphicsview/anchorlayout.py
 %%EXAMPLESDIR%%/graphicsview/anchorlayout.pyc
+%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyo
 %%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py
 %%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc
+%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyo
 %%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg
 %%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc
 %%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.py
 %%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.pyc
+%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.pyo
 %%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.py
 %%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.pyc
+%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.pyo
 %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py
 %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc
+%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyo
 %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc
 %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.py
 %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.pyc
+%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.pyo
 %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.py
 %%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.pyc
+%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.pyo
 %%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png
 %%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png
 %%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png
@@ -531,14 +665,18 @@
 %%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc
+%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyo
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.qrc
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.py
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.pyc
+%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.pyo
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.py
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.pyc
+%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.pyo
 %%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png
 %%EXAMPLESDIR%%/graphicsview/elasticnodes.py
 %%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc
+%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyo
 %%EXAMPLESDIR%%/graphicsview/padnavigator/backside.ui
 %%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png
 %%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg
@@ -551,105 +689,145 @@
 %%EXAMPLESDIR%%/graphicsview/padnavigator/images/minitools.png
 %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py
 %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc
+%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyo
 %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc
 %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.py
 %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.pyc
+%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.pyo
 %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.py
 %%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.pyc
+%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.pyo
 %%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.py
 %%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.pyc
+%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.pyo
 %%EXAMPLESDIR%%/ipc/README
 %%EXAMPLESDIR%%/ipc/localfortuneclient.py
 %%EXAMPLESDIR%%/ipc/localfortuneclient.pyc
+%%EXAMPLESDIR%%/ipc/localfortuneclient.pyo
 %%EXAMPLESDIR%%/ipc/localfortuneserver.py
 %%EXAMPLESDIR%%/ipc/localfortuneserver.pyc
+%%EXAMPLESDIR%%/ipc/localfortuneserver.pyo
 %%EXAMPLESDIR%%/ipc/sharedmemory/dialog.py
 %%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyc
+%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyo
 %%EXAMPLESDIR%%/ipc/sharedmemory/dialog.ui
 %%EXAMPLESDIR%%/ipc/sharedmemory/image.png
 %%EXAMPLESDIR%%/ipc/sharedmemory/qt.png
 %%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.py
 %%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyc
+%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyo
 %%EXAMPLESDIR%%/itemviews/README
 %%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py
 %%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc
+%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyo
 %%EXAMPLESDIR%%/itemviews/chart/chart.py
 %%EXAMPLESDIR%%/itemviews/chart/chart.pyc
+%%EXAMPLESDIR%%/itemviews/chart/chart.pyo
 %%EXAMPLESDIR%%/itemviews/chart/chart.qrc
 %%EXAMPLESDIR%%/itemviews/chart/chart_rc2.py
 %%EXAMPLESDIR%%/itemviews/chart/chart_rc2.pyc
+%%EXAMPLESDIR%%/itemviews/chart/chart_rc2.pyo
 %%EXAMPLESDIR%%/itemviews/chart/chart_rc3.py
 %%EXAMPLESDIR%%/itemviews/chart/chart_rc3.pyc
+%%EXAMPLESDIR%%/itemviews/chart/chart_rc3.pyo
 %%EXAMPLESDIR%%/itemviews/chart/mydata.cht
 %%EXAMPLESDIR%%/itemviews/chart/qtdata.cht
 %%EXAMPLESDIR%%/itemviews/coloreditorfactory.py
 %%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyc
+%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyo
 %%EXAMPLESDIR%%/itemviews/combowidgetmapper.py
 %%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyc
+%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyo
 %%EXAMPLESDIR%%/itemviews/customsortfiltermodel.py
 %%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyc
+%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyo
 %%EXAMPLESDIR%%/itemviews/dirview.py
 %%EXAMPLESDIR%%/itemviews/dirview.pyc
+%%EXAMPLESDIR%%/itemviews/dirview.pyo
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/default.txt
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc
+%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyo
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.py
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.pyc
+%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.pyo
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.py
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.pyc
+%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.pyo
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py
 %%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc
+%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyo
 %%EXAMPLESDIR%%/itemviews/fetchmore.py
 %%EXAMPLESDIR%%/itemviews/fetchmore.pyc
+%%EXAMPLESDIR%%/itemviews/fetchmore.pyo
 %%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png
 %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py
 %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc
+%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyo
 %%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc
 %%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.py
 %%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.pyc
+%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.pyo
 %%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.py
 %%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.pyc
+%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.pyo
 %%EXAMPLESDIR%%/itemviews/puzzle/example.jpg
 %%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py
 %%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc
+%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyo
 %%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc
 %%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.py
 %%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.pyc
+%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.pyo
 %%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.py
 %%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.pyc
+%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.pyo
 %%EXAMPLESDIR%%/itemviews/simpledommodel.py
 %%EXAMPLESDIR%%/itemviews/simpledommodel.pyc
+%%EXAMPLESDIR%%/itemviews/simpledommodel.pyo
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc
+%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyo
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.py
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.pyc
+%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.pyo
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.py
 %%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.pyc
+%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.pyo
 %%EXAMPLESDIR%%/itemviews/simplewidgetmapper.py
 %%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyc
+%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyo
 %%EXAMPLESDIR%%/itemviews/spinboxdelegate.py
 %%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc
+%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyo
 %%EXAMPLESDIR%%/itemviews/stardelegate.py
 %%EXAMPLESDIR%%/itemviews/stardelegate.pyc
+%%EXAMPLESDIR%%/itemviews/stardelegate.pyo
 %%EXAMPLESDIR%%/layouts/README
 %%EXAMPLESDIR%%/layouts/basiclayouts.py
 %%EXAMPLESDIR%%/layouts/basiclayouts.pyc
+%%EXAMPLESDIR%%/layouts/basiclayouts.pyo
 %%EXAMPLESDIR%%/layouts/borderlayout.py
 %%EXAMPLESDIR%%/layouts/borderlayout.pyc
+%%EXAMPLESDIR%%/layouts/borderlayout.pyo
 %%EXAMPLESDIR%%/layouts/flowlayout.py
 %%EXAMPLESDIR%%/layouts/flowlayout.pyc
+%%EXAMPLESDIR%%/layouts/flowlayout.pyo
 %%EXAMPLESDIR%%/mainwindows/README
 %%EXAMPLESDIR%%/mainwindows/application/application.py
 %%EXAMPLESDIR%%/mainwindows/application/application.pyc
+%%EXAMPLESDIR%%/mainwindows/application/application.pyo
 %%EXAMPLESDIR%%/mainwindows/application/application.qrc
 %%EXAMPLESDIR%%/mainwindows/application/application_rc2.py
 %%EXAMPLESDIR%%/mainwindows/application/application_rc2.pyc
+%%EXAMPLESDIR%%/mainwindows/application/application_rc2.pyo
 %%EXAMPLESDIR%%/mainwindows/application/application_rc3.py
 %%EXAMPLESDIR%%/mainwindows/application/application_rc3.pyc
+%%EXAMPLESDIR%%/mainwindows/application/application_rc3.pyo
 %%EXAMPLESDIR%%/mainwindows/application/images/copy.png
 %%EXAMPLESDIR%%/mainwindows/application/images/cut.png
 %%EXAMPLESDIR%%/mainwindows/application/images/new.png
@@ -658,11 +836,14 @@
 %%EXAMPLESDIR%%/mainwindows/application/images/save.png
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc
+%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyo
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.py
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.pyc
+%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.pyo
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.py
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.pyc
+%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.pyo
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png
 %%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png
@@ -675,15 +856,20 @@
 %%EXAMPLESDIR%%/mainwindows/mdi/images/save.png
 %%EXAMPLESDIR%%/mainwindows/mdi/mdi.py
 %%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc
+%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyo
 %%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc
 %%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.py
 %%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.pyc
+%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.pyo
 %%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.py
 %%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.pyc
+%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.pyo
 %%EXAMPLESDIR%%/mainwindows/menus.py
 %%EXAMPLESDIR%%/mainwindows/menus.pyc
+%%EXAMPLESDIR%%/mainwindows/menus.pyo
 %%EXAMPLESDIR%%/mainwindows/recentfiles.py
 %%EXAMPLESDIR%%/mainwindows/recentfiles.pyc
+%%EXAMPLESDIR%%/mainwindows/recentfiles.pyo
 %%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png
 %%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png
 %%EXAMPLESDIR%%/mainwindows/sdi/images/new.png
@@ -692,52 +878,72 @@
 %%EXAMPLESDIR%%/mainwindows/sdi/images/save.png
 %%EXAMPLESDIR%%/mainwindows/sdi/sdi.py
 %%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc
+%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyo
 %%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc
 %%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.py
 %%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.pyc
+%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.pyo
 %%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.py
 %%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.pyc
+%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.pyo
 %%EXAMPLESDIR%%/mainwindows/separations.py
 %%EXAMPLESDIR%%/mainwindows/separations.pyc
+%%EXAMPLESDIR%%/mainwindows/separations.pyo
 %%EXAMPLESDIR%%/network/README
 %%EXAMPLESDIR%%/network/blockingfortuneclient.py
 %%EXAMPLESDIR%%/network/blockingfortuneclient.pyc
+%%EXAMPLESDIR%%/network/blockingfortuneclient.pyo
 %%EXAMPLESDIR%%/network/broadcastreceiver.py
 %%EXAMPLESDIR%%/network/broadcastreceiver.pyc
+%%EXAMPLESDIR%%/network/broadcastreceiver.pyo
 %%EXAMPLESDIR%%/network/broadcastsender.py
 %%EXAMPLESDIR%%/network/broadcastsender.pyc
+%%EXAMPLESDIR%%/network/broadcastsender.pyo
 %%EXAMPLESDIR%%/network/fortuneclient.py
 %%EXAMPLESDIR%%/network/fortuneclient.pyc
+%%EXAMPLESDIR%%/network/fortuneclient.pyo
 %%EXAMPLESDIR%%/network/fortuneserver.py
 %%EXAMPLESDIR%%/network/fortuneserver.pyc
+%%EXAMPLESDIR%%/network/fortuneserver.pyo
 %%EXAMPLESDIR%%/network/ftp/ftp.py
 %%EXAMPLESDIR%%/network/ftp/ftp.pyc
+%%EXAMPLESDIR%%/network/ftp/ftp.pyo
 %%EXAMPLESDIR%%/network/ftp/ftp.qrc
 %%EXAMPLESDIR%%/network/ftp/ftp_rc2.py
 %%EXAMPLESDIR%%/network/ftp/ftp_rc2.pyc
+%%EXAMPLESDIR%%/network/ftp/ftp_rc2.pyo
 %%EXAMPLESDIR%%/network/ftp/ftp_rc3.py
 %%EXAMPLESDIR%%/network/ftp/ftp_rc3.pyc
+%%EXAMPLESDIR%%/network/ftp/ftp_rc3.pyo
 %%EXAMPLESDIR%%/network/ftp/images/cdtoparent.png
 %%EXAMPLESDIR%%/network/ftp/images/dir.png
 %%EXAMPLESDIR%%/network/ftp/images/file.png
 %%EXAMPLESDIR%%/network/http/authenticationdialog.ui
 %%EXAMPLESDIR%%/network/http/http.py
 %%EXAMPLESDIR%%/network/http/http.pyc
+%%EXAMPLESDIR%%/network/http/http.pyo
 %%EXAMPLESDIR%%/network/loopback.py
 %%EXAMPLESDIR%%/network/loopback.pyc
+%%EXAMPLESDIR%%/network/loopback.pyo
 %%EXAMPLESDIR%%/network/threadedfortuneserver.py
 %%EXAMPLESDIR%%/network/threadedfortuneserver.pyc
+%%EXAMPLESDIR%%/network/threadedfortuneserver.pyo
 %%EXAMPLESDIR%%/opengl/2dpainting.py
 %%EXAMPLESDIR%%/opengl/2dpainting.pyc
+%%EXAMPLESDIR%%/opengl/2dpainting.pyo
 %%EXAMPLESDIR%%/opengl/README
 %%EXAMPLESDIR%%/opengl/grabber.py
 %%EXAMPLESDIR%%/opengl/grabber.pyc
+%%EXAMPLESDIR%%/opengl/grabber.pyo
 %%EXAMPLESDIR%%/opengl/hellogl.py
 %%EXAMPLESDIR%%/opengl/hellogl.pyc
+%%EXAMPLESDIR%%/opengl/hellogl.pyo
 %%EXAMPLESDIR%%/opengl/overpainting.py
 %%EXAMPLESDIR%%/opengl/overpainting.pyc
+%%EXAMPLESDIR%%/opengl/overpainting.pyo
 %%EXAMPLESDIR%%/opengl/samplebuffers.py
 %%EXAMPLESDIR%%/opengl/samplebuffers.pyc
+%%EXAMPLESDIR%%/opengl/samplebuffers.pyo
 %%EXAMPLESDIR%%/opengl/textures/images/side1.png
 %%EXAMPLESDIR%%/opengl/textures/images/side2.png
 %%EXAMPLESDIR%%/opengl/textures/images/side3.png
@@ -746,83 +952,114 @@
 %%EXAMPLESDIR%%/opengl/textures/images/side6.png
 %%EXAMPLESDIR%%/opengl/textures/textures.py
 %%EXAMPLESDIR%%/opengl/textures/textures.pyc
+%%EXAMPLESDIR%%/opengl/textures/textures.pyo
 %%EXAMPLESDIR%%/opengl/textures/textures.qrc
 %%EXAMPLESDIR%%/opengl/textures/textures_rc2.py
 %%EXAMPLESDIR%%/opengl/textures/textures_rc2.pyc
+%%EXAMPLESDIR%%/opengl/textures/textures_rc2.pyo
 %%EXAMPLESDIR%%/opengl/textures/textures_rc3.py
 %%EXAMPLESDIR%%/opengl/textures/textures_rc3.pyc
+%%EXAMPLESDIR%%/opengl/textures/textures_rc3.pyo
 %%EXAMPLESDIR%%/painting/README
 %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py
 %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc
+%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyo
 %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc
 %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.py
 %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.pyc
+%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.pyo
 %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.py
 %%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.pyc
+%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.pyo
 %%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png
 %%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png
 %%EXAMPLESDIR%%/painting/concentriccircles.py
 %%EXAMPLESDIR%%/painting/concentriccircles.pyc
+%%EXAMPLESDIR%%/painting/concentriccircles.pyo
 %%EXAMPLESDIR%%/painting/painterpaths.py
 %%EXAMPLESDIR%%/painting/painterpaths.pyc
+%%EXAMPLESDIR%%/painting/painterpaths.pyo
 %%EXAMPLESDIR%%/painting/svgviewer/files/bubbles.svg
 %%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg
 %%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg
 %%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py
 %%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc
+%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyo
 %%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc
 %%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.py
 %%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.pyc
+%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.pyo
 %%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.py
 %%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.pyc
+%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.pyo
 %%EXAMPLESDIR%%/painting/transformations.py
 %%EXAMPLESDIR%%/painting/transformations.pyc
+%%EXAMPLESDIR%%/painting/transformations.pyo
 %%EXAMPLESDIR%%/phonon/README
 %%EXAMPLESDIR%%/phonon/capabilities.py
 %%EXAMPLESDIR%%/phonon/capabilities.pyc
+%%EXAMPLESDIR%%/phonon/capabilities.pyo
 %%EXAMPLESDIR%%/phonon/musicplayer.py
 %%EXAMPLESDIR%%/phonon/musicplayer.pyc
+%%EXAMPLESDIR%%/phonon/musicplayer.pyo
 %%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py
 %%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc
+%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyo
 %%EXAMPLESDIR%%/pyuic/demo.ui
 %%EXAMPLESDIR%%/pyuic/load_ui1.py
 %%EXAMPLESDIR%%/pyuic/load_ui1.pyc
+%%EXAMPLESDIR%%/pyuic/load_ui1.pyo
 %%EXAMPLESDIR%%/pyuic/load_ui2.py
 %%EXAMPLESDIR%%/pyuic/load_ui2.pyc
+%%EXAMPLESDIR%%/pyuic/load_ui2.pyo
 %%EXAMPLESDIR%%/richtext/README
 %%EXAMPLESDIR%%/richtext/calendar.py
 %%EXAMPLESDIR%%/richtext/calendar.pyc
+%%EXAMPLESDIR%%/richtext/calendar.pyo
 %%EXAMPLESDIR%%/richtext/orderform.py
 %%EXAMPLESDIR%%/richtext/orderform.pyc
+%%EXAMPLESDIR%%/richtext/orderform.pyo
 %%EXAMPLESDIR%%/richtext/syntaxhighlighter.py
 %%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc
+%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyo
 %%EXAMPLESDIR%%/richtext/textobject/files/heart.svg
 %%EXAMPLESDIR%%/richtext/textobject/textobject.py
 %%EXAMPLESDIR%%/richtext/textobject/textobject.pyc
+%%EXAMPLESDIR%%/richtext/textobject/textobject.pyo
 %%EXAMPLESDIR%%/script/README
 %%EXAMPLESDIR%%/script/helloscript.py
 %%EXAMPLESDIR%%/script/helloscript.pyc
+%%EXAMPLESDIR%%/script/helloscript.pyo
 %%EXAMPLESDIR%%/sql/README
 %%EXAMPLESDIR%%/sql/cachedtable.py
 %%EXAMPLESDIR%%/sql/cachedtable.pyc
+%%EXAMPLESDIR%%/sql/cachedtable.pyo
 %%EXAMPLESDIR%%/sql/connection.py
 %%EXAMPLESDIR%%/sql/connection.pyc
+%%EXAMPLESDIR%%/sql/connection.pyo
 %%EXAMPLESDIR%%/sql/querymodel.py
 %%EXAMPLESDIR%%/sql/querymodel.pyc
+%%EXAMPLESDIR%%/sql/querymodel.pyo
 %%EXAMPLESDIR%%/sql/relationaltablemodel.py
 %%EXAMPLESDIR%%/sql/relationaltablemodel.pyc
+%%EXAMPLESDIR%%/sql/relationaltablemodel.pyo
 %%EXAMPLESDIR%%/sql/tablemodel.py
 %%EXAMPLESDIR%%/sql/tablemodel.pyc
+%%EXAMPLESDIR%%/sql/tablemodel.pyo
 %%EXAMPLESDIR%%/threads/README
 %%EXAMPLESDIR%%/threads/mandelbrot.py
 %%EXAMPLESDIR%%/threads/mandelbrot.pyc
+%%EXAMPLESDIR%%/threads/mandelbrot.pyo
 %%EXAMPLESDIR%%/threads/semaphores.py
 %%EXAMPLESDIR%%/threads/semaphores.pyc
+%%EXAMPLESDIR%%/threads/semaphores.pyo
 %%EXAMPLESDIR%%/threads/waitconditions.py
 %%EXAMPLESDIR%%/threads/waitconditions.pyc
+%%EXAMPLESDIR%%/threads/waitconditions.pyo
 %%EXAMPLESDIR%%/tools/README
 %%EXAMPLESDIR%%/tools/codecs/codecs.py
 %%EXAMPLESDIR%%/tools/codecs/codecs.pyc
+%%EXAMPLESDIR%%/tools/codecs/codecs.pyo
 %%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt
 %%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt
 %%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt
@@ -831,19 +1068,25 @@
 %%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt
 %%EXAMPLESDIR%%/tools/customcompleter/customcompleter.py
 %%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyc
+%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyo
 %%EXAMPLESDIR%%/tools/customcompleter/customcompleter.qrc
 %%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.py
 %%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.pyc
+%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.pyo
 %%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.py
 %%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.pyc
+%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.pyo
 %%EXAMPLESDIR%%/tools/customcompleter/resources/wordlist.txt
 %%EXAMPLESDIR%%/tools/i18n/i18n.py
 %%EXAMPLESDIR%%/tools/i18n/i18n.pyc
+%%EXAMPLESDIR%%/tools/i18n/i18n.pyo
 %%EXAMPLESDIR%%/tools/i18n/i18n.qrc
 %%EXAMPLESDIR%%/tools/i18n/i18n_rc2.py
 %%EXAMPLESDIR%%/tools/i18n/i18n_rc2.pyc
+%%EXAMPLESDIR%%/tools/i18n/i18n_rc2.pyo
 %%EXAMPLESDIR%%/tools/i18n/i18n_rc3.py
 %%EXAMPLESDIR%%/tools/i18n/i18n_rc3.pyc
+%%EXAMPLESDIR%%/tools/i18n/i18n_rc3.pyo
 %%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm
 %%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts
 %%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm
@@ -876,83 +1119,116 @@
 %%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts
 %%EXAMPLESDIR%%/tools/regexp.py
 %%EXAMPLESDIR%%/tools/regexp.pyc
+%%EXAMPLESDIR%%/tools/regexp.pyo
 %%EXAMPLESDIR%%/tools/settingseditor/inifiles/licensepage.ini
 %%EXAMPLESDIR%%/tools/settingseditor/inifiles/qsa.ini
 %%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py
 %%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc
+%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyo
 %%EXAMPLESDIR%%/tutorials/addressbook/README
 %%EXAMPLESDIR%%/tutorials/addressbook/part1.py
 %%EXAMPLESDIR%%/tutorials/addressbook/part1.pyc
+%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyo
 %%EXAMPLESDIR%%/tutorials/addressbook/part2.py
 %%EXAMPLESDIR%%/tutorials/addressbook/part2.pyc
+%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyo
 %%EXAMPLESDIR%%/tutorials/addressbook/part3.py
 %%EXAMPLESDIR%%/tutorials/addressbook/part3.pyc
+%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyo
 %%EXAMPLESDIR%%/tutorials/addressbook/part4.py
 %%EXAMPLESDIR%%/tutorials/addressbook/part4.pyc
+%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyo
 %%EXAMPLESDIR%%/tutorials/addressbook/part5.py
 %%EXAMPLESDIR%%/tutorials/addressbook/part5.pyc
+%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyo
 %%EXAMPLESDIR%%/tutorials/addressbook/part6.py
 %%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc
+%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyo
 %%EXAMPLESDIR%%/tutorials/addressbook/part7.py
 %%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc
+%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyo
 %%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.py
 %%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyc
+%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyo
 %%EXAMPLESDIR%%/webkit/domtraversal/ui_window.py
 %%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyc
+%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyo
 %%EXAMPLESDIR%%/webkit/domtraversal/window.ui
 %%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.py
 %%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyc
+%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyo
 %%EXAMPLESDIR%%/webkit/fancybrowser/jquery.min.js
 %%EXAMPLESDIR%%/webkit/fancybrowser/jquery.qrc
 %%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc2.py

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512131958.tBDJwUw0060684>