[Midnightbsd-cvs] mports: mports/Mk: Make a python 2.6 port..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 2 16:05:48 EDT 2008


Log Message:
-----------
Make a python 2.6 port.. smultron will be thrilled.

This should be considered a "beta" port.  The plist could use some tweaks and we've not got all the patches we normally do for p
ython in yet.  It builds and runs on my amd64 box.

Modified Files:
--------------
    mports/lang:
        Makefile (r1.45 -> r1.46)
    mports/Mk:
        bsd.python.mk (r1.15 -> r1.16)

Added Files:
-----------
    mports/lang/python26:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-message (r1.1)
        pkg-plist (r1.1)
    mports/lang/python26/files:
        patch-configure (r1.1)

-------------- next part --------------
Index: bsd.python.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.python.mk,v
retrieving revision 1.15
retrieving revision 1.16
diff -L Mk/bsd.python.mk -L Mk/bsd.python.mk -u -r1.15 -r1.16
--- Mk/bsd.python.mk
+++ Mk/bsd.python.mk
@@ -310,7 +310,13 @@
 .MAKEFLAGS:	PYTHON_VERSION=python${_PYTHON_VERSION}
 
 # Python-2.5
-.if ${PYTHON_VERSION} == "python2.5"
+.if ${PYTHON_VERSION} == "python2.6"
+PYTHON_PORTVERSION?=2.6.0
+PYTHON_PORTSDIR=        ${PORTSDIR}/lang/python26
+PYTHON_REL=                     260
+PYTHON_SUFFIX=          26
+
+.elif ${PYTHON_VERSION} == "python2.5"
 PYTHON_PORTVERSION?=2.5.2
 PYTHON_PORTSDIR=	${PORTSDIR}/lang/python25
 PYTHON_REL=			252
@@ -354,6 +360,11 @@
 PYTHON_MASTER_SITE_SUBDIR=	ftp/python/2.5
 PYTHON_DISTFILE=			Python-${PYTHON_PORTVERSION:S/5.b/5b/}.tgz
 PYTHON_WRKSRC=				${WRKDIR}/Python-${PYTHON_PORTVERSION:S/5.b/5b/}
+.elif defined(PYTHON_REL) && ${PYTHON_REL} == 260
+PYTHON_MASTER_SITES=            ${MASTER_SITE_PYTHON}
+PYTHON_MASTER_SITE_SUBDIR=      ftp/python/2.6
+PYTHON_DISTFILE=                        Python-2.6.tar.bz2
+PYTHON_WRKSRC=                          ${WRKDIR}/Python-2.6
 .else
 PYTHON_MASTER_SITES=		${MASTER_SITE_PYTHON}
 PYTHON_MASTER_SITE_SUBDIR=	ftp/python/${PYTHON_PORTVERSION}
--- /dev/null
+++ lang/python26/pkg-message
@@ -0,0 +1,9 @@
+Note that some of the standard modules are provided as separate
+ports since they require extra dependencies:
+
+bsddb           databases/py-bsddb
+gdbm            databases/py-gdbm
+sqlite3		databases/py-sqlite3
+tkinter         x11-toolkits/py-tkinter
+
+Install them as needed.
--- /dev/null
+++ lang/python26/pkg-descr
@@ -0,0 +1,4 @@
+Python is an interpreted object-oriented programming language, and is
+often compared to Tcl, Perl or Scheme.
+
+WWW: http://www.python.org/
--- /dev/null
+++ lang/python26/pkg-plist
@@ -0,0 +1,4530 @@
+ at comment $MidnightBSD: mports/lang/python26/pkg-plist,v 1.1 2008/10/02 20:05:46 laffer1 Exp $
+bin/python2.6
+bin/python2.6-config
+bin/pydoc
+bin/idle
+bin/2to3
+bin/smtpd.py
+bin/python-shared2.6-config
+bin/python-shared2.6
+bin/pydoc2.6
+bin/idle2.6
+bin/smtpd2.6.py
+include/python2.6/Python-ast.h
+include/python2.6/Python.h
+include/python2.6/abstract.h
+include/python2.6/asdl.h
+include/python2.6/ast.h
+include/python2.6/bitset.h
+include/python2.6/boolobject.h
+include/python2.6/bufferobject.h
+include/python2.6/bytearrayobject.h
+include/python2.6/bytes_methods.h
+include/python2.6/bytesobject.h
+include/python2.6/cStringIO.h
+include/python2.6/cellobject.h
+include/python2.6/ceval.h
+include/python2.6/classobject.h
+include/python2.6/cobject.h
+include/python2.6/code.h
+include/python2.6/codecs.h
+include/python2.6/compile.h
+include/python2.6/complexobject.h
+include/python2.6/datetime.h
+include/python2.6/descrobject.h
+include/python2.6/errcode.h
+include/python2.6/dictobject.h
+include/python2.6/enumobject.h
+include/python2.6/eval.h
+include/python2.6/fileobject.h
+include/python2.6/floatobject.h
+include/python2.6/frameobject.h
+include/python2.6/funcobject.h
+include/python2.6/genobject.h
+include/python2.6/graminit.h
+include/python2.6/grammar.h
+include/python2.6/import.h
+include/python2.6/intobject.h
+include/python2.6/intrcheck.h
+include/python2.6/iterobject.h
+include/python2.6/listobject.h
+include/python2.6/longintrepr.h
+include/python2.6/longobject.h
+include/python2.6/marshal.h
+include/python2.6/metagrammar.h
+include/python2.6/methodobject.h
+include/python2.6/modsupport.h
+include/python2.6/moduleobject.h
+include/python2.6/node.h
+include/python2.6/object.h
+include/python2.6/objimpl.h
+include/python2.6/opcode.h
+include/python2.6/osdefs.h
+include/python2.6/parsetok.h
+include/python2.6/patchlevel.h
+include/python2.6/pgen.h
+include/python2.6/pgenheaders.h
+include/python2.6/py_curses.h
+include/python2.6/pyarena.h
+include/python2.6/pydebug.h
+include/python2.6/pyerrors.h
+include/python2.6/pyexpat.h
+include/python2.6/pyfpe.h
+include/python2.6/pygetopt.h
+include/python2.6/pymacconfig.h
+include/python2.6/pymactoolbox.h
+include/python2.6/pymath.h
+include/python2.6/pymem.h
+include/python2.6/pyport.h
+include/python2.6/pystate.h
+include/python2.6/pystrcmp.h
+include/python2.6/pystrtod.h
+include/python2.6/pythonrun.h
+include/python2.6/pythread.h
+include/python2.6/rangeobject.h
+include/python2.6/setobject.h
+include/python2.6/sliceobject.h
+include/python2.6/stringobject.h
+include/python2.6/structmember.h
+include/python2.6/structseq.h
+include/python2.6/symtable.h
+include/python2.6/sysmodule.h
+include/python2.6/timefuncs.h
+include/python2.6/token.h
+include/python2.6/traceback.h
+include/python2.6/tupleobject.h
+include/python2.6/ucnhash.h
+include/python2.6/unicodeobject.h
+include/python2.6/warnings.h
+include/python2.6/weakrefobject.h
+include/python2.6/pyconfig.h
+lib/python2.6/plat-freebsd4/IN.py
+lib/python2.6/plat-freebsd4/regen
+lib/python2.6/plat-freebsd4/IN.pyc
+lib/python2.6/plat-freebsd4/IN.pyo
+lib/python2.6/plat-freebsd5/IN.py
+lib/python2.6/plat-freebsd5/regen
+lib/python2.6/plat-freebsd5/IN.pyc
+lib/python2.6/plat-freebsd5/IN.pyo
+lib/python2.6/plat-freebsd7/IN.py
+lib/python2.6/plat-freebsd7/regen
+lib/python2.6/plat-freebsd7/IN.pyc
+lib/python2.6/plat-freebsd7/IN.pyo
+lib/python2.6/lib-tk/Canvas.py
+lib/python2.6/lib-tk/Dialog.py
+lib/python2.6/lib-tk/FileDialog.py
+lib/python2.6/lib-tk/FixTk.py
+lib/python2.6/lib-tk/ScrolledText.py
+lib/python2.6/lib-tk/SimpleDialog.py
+lib/python2.6/lib-tk/Tix.py
+lib/python2.6/lib-tk/Tkconstants.py
+lib/python2.6/lib-tk/Tkdnd.py
+lib/python2.6/lib-tk/Tkinter.py
+lib/python2.6/lib-tk/tkColorChooser.py
+lib/python2.6/lib-tk/tkCommonDialog.py
+lib/python2.6/lib-tk/tkFileDialog.py
+lib/python2.6/lib-tk/tkFont.py
+lib/python2.6/lib-tk/tkMessageBox.py
+lib/python2.6/lib-tk/tkSimpleDialog.py
+lib/python2.6/lib-tk/turtle.py
+lib/python2.6/lib-tk/Canvas.pyc
+lib/python2.6/lib-tk/Dialog.pyc
+lib/python2.6/lib-tk/FileDialog.pyc
+lib/python2.6/lib-tk/FixTk.pyc
+lib/python2.6/lib-tk/Tix.pyc
+lib/python2.6/lib-tk/ScrolledText.pyc
+lib/python2.6/lib-tk/SimpleDialog.pyc
+lib/python2.6/lib-tk/Tkconstants.pyc
+lib/python2.6/lib-tk/Tkdnd.pyc
+lib/python2.6/lib-tk/Tkinter.pyc
+lib/python2.6/lib-tk/tkColorChooser.pyc
+lib/python2.6/lib-tk/tkCommonDialog.pyc
+lib/python2.6/lib-tk/tkFileDialog.pyc
+lib/python2.6/lib-tk/tkFont.pyc
+lib/python2.6/lib-tk/tkMessageBox.pyc
+lib/python2.6/lib-tk/tkSimpleDialog.pyc
+lib/python2.6/lib-tk/turtle.pyc
+lib/python2.6/lib-tk/Canvas.pyo
+lib/python2.6/lib-tk/Dialog.pyo
+lib/python2.6/lib-tk/FileDialog.pyo
+lib/python2.6/lib-tk/FixTk.pyo
+lib/python2.6/lib-tk/ScrolledText.pyo
+lib/python2.6/lib-tk/SimpleDialog.pyo
+lib/python2.6/lib-tk/Tix.pyo
+lib/python2.6/lib-tk/Tkconstants.pyo
+lib/python2.6/lib-tk/Tkdnd.pyo
+lib/python2.6/lib-tk/Tkinter.pyo
+lib/python2.6/lib-tk/tkColorChooser.pyo
+lib/python2.6/lib-tk/tkCommonDialog.pyo
+lib/python2.6/lib-tk/tkFileDialog.pyo
+lib/python2.6/lib-tk/tkFont.pyo
+lib/python2.6/lib-tk/tkMessageBox.pyo
+lib/python2.6/lib-tk/tkSimpleDialog.pyo
+lib/python2.6/lib-tk/turtle.pyo
+lib/python2.6/site-packages/README
+lib/python2.6/test/decimaltestdata/abs.decTest
+lib/python2.6/test/decimaltestdata/add.decTest
+lib/python2.6/test/decimaltestdata/and.decTest
+lib/python2.6/test/decimaltestdata/base.decTest
+lib/python2.6/test/decimaltestdata/clamp.decTest
+lib/python2.6/test/decimaltestdata/class.decTest
+lib/python2.6/test/decimaltestdata/compare.decTest
+lib/python2.6/test/decimaltestdata/comparetotal.decTest
+lib/python2.6/test/decimaltestdata/comparetotmag.decTest
+lib/python2.6/test/decimaltestdata/copy.decTest
+lib/python2.6/test/decimaltestdata/copyabs.decTest
+lib/python2.6/test/decimaltestdata/copynegate.decTest
+lib/python2.6/test/decimaltestdata/copysign.decTest
+lib/python2.6/test/decimaltestdata/ddAbs.decTest
+lib/python2.6/test/decimaltestdata/ddAdd.decTest
+lib/python2.6/test/decimaltestdata/ddAnd.decTest
+lib/python2.6/test/decimaltestdata/ddBase.decTest
+lib/python2.6/test/decimaltestdata/ddCanonical.decTest
+lib/python2.6/test/decimaltestdata/ddClass.decTest
+lib/python2.6/test/decimaltestdata/ddCompare.decTest
+lib/python2.6/test/decimaltestdata/ddCompareSig.decTest
+lib/python2.6/test/decimaltestdata/ddCompareTotal.decTest
+lib/python2.6/test/decimaltestdata/ddCompareTotalMag.decTest
+lib/python2.6/test/decimaltestdata/ddCopy.decTest
+lib/python2.6/test/decimaltestdata/ddCopyAbs.decTest
+lib/python2.6/test/decimaltestdata/ddCopyNegate.decTest
+lib/python2.6/test/decimaltestdata/ddCopySign.decTest
+lib/python2.6/test/decimaltestdata/ddDivide.decTest
+lib/python2.6/test/decimaltestdata/ddDivideInt.decTest
+lib/python2.6/test/decimaltestdata/ddEncode.decTest
+lib/python2.6/test/decimaltestdata/ddFMA.decTest
+lib/python2.6/test/decimaltestdata/ddInvert.decTest
+lib/python2.6/test/decimaltestdata/ddLogB.decTest
+lib/python2.6/test/decimaltestdata/ddMax.decTest
+lib/python2.6/test/decimaltestdata/ddMaxMag.decTest
+lib/python2.6/test/decimaltestdata/ddMin.decTest
+lib/python2.6/test/decimaltestdata/ddMinMag.decTest
+lib/python2.6/test/decimaltestdata/ddMinus.decTest
+lib/python2.6/test/decimaltestdata/ddMultiply.decTest
+lib/python2.6/test/decimaltestdata/ddNextMinus.decTest
+lib/python2.6/test/decimaltestdata/ddNextPlus.decTest
+lib/python2.6/test/decimaltestdata/ddNextToward.decTest
+lib/python2.6/test/decimaltestdata/ddOr.decTest
+lib/python2.6/test/decimaltestdata/ddPlus.decTest
+lib/python2.6/test/decimaltestdata/ddQuantize.decTest
+lib/python2.6/test/decimaltestdata/ddReduce.decTest
+lib/python2.6/test/decimaltestdata/ddRemainder.decTest
+lib/python2.6/test/decimaltestdata/ddRemainderNear.decTest
+lib/python2.6/test/decimaltestdata/ddRotate.decTest
+lib/python2.6/test/decimaltestdata/ddSameQuantum.decTest
+lib/python2.6/test/decimaltestdata/ddScaleB.decTest
+lib/python2.6/test/decimaltestdata/ddShift.decTest
+lib/python2.6/test/decimaltestdata/ddSubtract.decTest
+lib/python2.6/test/decimaltestdata/ddToIntegral.decTest
+lib/python2.6/test/decimaltestdata/ddXor.decTest
+lib/python2.6/test/decimaltestdata/decDouble.decTest
+lib/python2.6/test/decimaltestdata/decQuad.decTest
+lib/python2.6/test/decimaltestdata/decSingle.decTest
+lib/python2.6/test/decimaltestdata/divide.decTest
+lib/python2.6/test/decimaltestdata/divideint.decTest
+lib/python2.6/test/decimaltestdata/dqAbs.decTest
+lib/python2.6/test/decimaltestdata/dqAdd.decTest
+lib/python2.6/test/decimaltestdata/dqAnd.decTest
+lib/python2.6/test/decimaltestdata/dqBase.decTest
+lib/python2.6/test/decimaltestdata/dqCanonical.decTest
+lib/python2.6/test/decimaltestdata/dqClass.decTest
+lib/python2.6/test/decimaltestdata/dqCompare.decTest
+lib/python2.6/test/decimaltestdata/dqCompareSig.decTest
+lib/python2.6/test/decimaltestdata/dqCompareTotal.decTest
+lib/python2.6/test/decimaltestdata/dqCompareTotalMag.decTest
+lib/python2.6/test/decimaltestdata/dqCopy.decTest
+lib/python2.6/test/decimaltestdata/dqCopyAbs.decTest
+lib/python2.6/test/decimaltestdata/dqCopyNegate.decTest
+lib/python2.6/test/decimaltestdata/exp.decTest
+lib/python2.6/test/decimaltestdata/dqCopySign.decTest
+lib/python2.6/test/decimaltestdata/dqDivide.decTest
+lib/python2.6/test/decimaltestdata/dqDivideInt.decTest
+lib/python2.6/test/decimaltestdata/dqEncode.decTest
+lib/python2.6/test/decimaltestdata/dqFMA.decTest
+lib/python2.6/test/decimaltestdata/dqInvert.decTest
+lib/python2.6/test/decimaltestdata/dqLogB.decTest
+lib/python2.6/test/decimaltestdata/dqMax.decTest
+lib/python2.6/test/decimaltestdata/dqMaxMag.decTest
+lib/python2.6/test/decimaltestdata/dqMin.decTest
+lib/python2.6/test/decimaltestdata/dqMinMag.decTest
+lib/python2.6/test/decimaltestdata/dqMinus.decTest
+lib/python2.6/test/decimaltestdata/dqMultiply.decTest
+lib/python2.6/test/decimaltestdata/dqNextMinus.decTest
+lib/python2.6/test/decimaltestdata/dqNextPlus.decTest
+lib/python2.6/test/decimaltestdata/dqNextToward.decTest
+lib/python2.6/test/decimaltestdata/dqOr.decTest
+lib/python2.6/test/decimaltestdata/dqPlus.decTest
+lib/python2.6/test/decimaltestdata/dqQuantize.decTest
+lib/python2.6/test/decimaltestdata/dqReduce.decTest
+lib/python2.6/test/decimaltestdata/dqRemainder.decTest
+lib/python2.6/test/decimaltestdata/dqRemainderNear.decTest
+lib/python2.6/test/decimaltestdata/dqRotate.decTest
+lib/python2.6/test/decimaltestdata/dqSameQuantum.decTest
+lib/python2.6/test/decimaltestdata/dqScaleB.decTest
+lib/python2.6/test/decimaltestdata/dqShift.decTest
+lib/python2.6/test/decimaltestdata/dqSubtract.decTest
+lib/python2.6/test/decimaltestdata/dqToIntegral.decTest
+lib/python2.6/test/decimaltestdata/dqXor.decTest
+lib/python2.6/test/decimaltestdata/dsBase.decTest
+lib/python2.6/test/decimaltestdata/dsEncode.decTest
+lib/python2.6/test/decimaltestdata/extra.decTest
+lib/python2.6/test/decimaltestdata/fma.decTest
+lib/python2.6/test/decimaltestdata/inexact.decTest
+lib/python2.6/test/decimaltestdata/invert.decTest
+lib/python2.6/test/decimaltestdata/ln.decTest
+lib/python2.6/test/decimaltestdata/log10.decTest
+lib/python2.6/test/decimaltestdata/logb.decTest
+lib/python2.6/test/decimaltestdata/max.decTest
+lib/python2.6/test/decimaltestdata/maxmag.decTest
+lib/python2.6/test/decimaltestdata/min.decTest
+lib/python2.6/test/decimaltestdata/minmag.decTest
+lib/python2.6/test/decimaltestdata/minus.decTest
+lib/python2.6/test/decimaltestdata/multiply.decTest
+lib/python2.6/test/decimaltestdata/nextminus.decTest
+lib/python2.6/test/decimaltestdata/nextplus.decTest
+lib/python2.6/test/decimaltestdata/nexttoward.decTest
+lib/python2.6/test/decimaltestdata/or.decTest
+lib/python2.6/test/decimaltestdata/plus.decTest
+lib/python2.6/test/decimaltestdata/power.decTest
+lib/python2.6/test/decimaltestdata/powersqrt.decTest
+lib/python2.6/test/decimaltestdata/quantize.decTest
+lib/python2.6/test/decimaltestdata/randomBound32.decTest
+lib/python2.6/test/decimaltestdata/randoms.decTest
+lib/python2.6/test/decimaltestdata/reduce.decTest
+lib/python2.6/test/decimaltestdata/remainder.decTest
+lib/python2.6/test/decimaltestdata/remainderNear.decTest
+lib/python2.6/test/decimaltestdata/rescale.decTest
+lib/python2.6/test/decimaltestdata/rotate.decTest
+lib/python2.6/test/decimaltestdata/rounding.decTest
+lib/python2.6/test/decimaltestdata/samequantum.decTest
+lib/python2.6/test/decimaltestdata/scaleb.decTest
+lib/python2.6/test/decimaltestdata/shift.decTest
+lib/python2.6/test/decimaltestdata/squareroot.decTest
+lib/python2.6/test/decimaltestdata/subtract.decTest
+lib/python2.6/test/decimaltestdata/testall.decTest
+lib/python2.6/test/decimaltestdata/tointegral.decTest
+lib/python2.6/test/decimaltestdata/tointegralx.decTest
+lib/python2.6/test/decimaltestdata/xor.decTest
+lib/python2.6/test/185test.db
+lib/python2.6/test/README
+lib/python2.6/test/__init__.py
+lib/python2.6/test/audiotest.au
+lib/python2.6/test/autotest.py
+lib/python2.6/test/bad_coding.py
+lib/python2.6/test/bad_coding2.py
+lib/python2.6/test/badcert.pem
+lib/python2.6/test/badkey.pem
+lib/python2.6/test/badsyntax_future3.py
+lib/python2.6/test/badsyntax_future4.py
+lib/python2.6/test/badsyntax_future5.py
+lib/python2.6/test/badsyntax_future6.py
+lib/python2.6/test/badsyntax_future7.py
+lib/python2.6/test/badsyntax_future8.py
+lib/python2.6/test/badsyntax_future9.py
+lib/python2.6/test/badsyntax_nocaret.py
+lib/python2.6/test/cfgparser.1
+lib/python2.6/test/buffer_tests.py
+lib/python2.6/test/check_soundcard.vbs
+lib/python2.6/test/cjkencodings_test.py
+lib/python2.6/test/cmath_testcases.txt
+lib/python2.6/test/curses_tests.py
+lib/python2.6/test/doctest_aliases.py
+lib/python2.6/test/double_const.py
+lib/python2.6/test/empty.vbs
+lib/python2.6/test/exception_hierarchy.txt
+lib/python2.6/test/floating_points.txt
+lib/python2.6/test/fork_wait.py
+lib/python2.6/test/greyrgb.uue
+lib/python2.6/test/https_svn_python_org_root.pem
+lib/python2.6/test/ieee754.txt
+lib/python2.6/test/infinite_reload.py
+lib/python2.6/test/inspect_fodder.py
+lib/python2.6/test/inspect_fodder2.py
+lib/python2.6/test/keycert.pem
+lib/python2.6/test/list_tests.py
+lib/python2.6/test/mapping_tests.py
+lib/python2.6/test/nullcert.pem
+lib/python2.6/test/outstanding_bugs.py
+lib/python2.6/test/pickletester.py
+lib/python2.6/test/profilee.py
+lib/python2.6/test/pyclbr_input.py
+lib/python2.6/test/pydoc_mod.py
+lib/python2.6/test/pydocfodder.py
+lib/python2.6/test/pystone.py
+lib/python2.6/test/randv2_32.pck
+lib/python2.6/test/randv2_64.pck
+lib/python2.6/test/randv3.pck
+lib/python2.6/test/re_tests.py
+lib/python2.6/test/regex_tests.py
+lib/python2.6/test/regrtest.py
+lib/python2.6/test/relimport.py
+lib/python2.6/test/reperf.py
+lib/python2.6/test/sample_doctest.py
+lib/python2.6/test/seq_tests.py
+lib/python2.6/test/sgml_input.html
+lib/python2.6/test/sortperf.py
+lib/python2.6/test/ssl_cert.pem
+lib/python2.6/test/ssl_key.pem
+lib/python2.6/test/string_tests.py
+lib/python2.6/test/svn_python_org_https_cert.pem
+lib/python2.6/test/test.xml
+lib/python2.6/test/test.xml.out
+lib/python2.6/test/test_MimeWriter.py
+lib/python2.6/test/test_SimpleHTTPServer.py
+lib/python2.6/test/test_StringIO.py
+lib/python2.6/test/test___all__.py
+lib/python2.6/test/test___future__.py
+lib/python2.6/test/test__locale.py
+lib/python2.6/test/test_abc.py
+lib/python2.6/test/test_abstract_numbers.py
+lib/python2.6/test/test_aepack.py
+lib/python2.6/test/test_al.py
+lib/python2.6/test/test_anydbm.py
+lib/python2.6/test/test_applesingle.py
+lib/python2.6/test/test_array.py
+lib/python2.6/test/test_ast.py
+lib/python2.6/test/test_bz2.py
+lib/python2.6/test/test_asynchat.py
+lib/python2.6/test/test_asyncore.py
+lib/python2.6/test/test_atexit.py
+lib/python2.6/test/test_audioop.py
+lib/python2.6/test/test_augassign.py
+lib/python2.6/test/test_base64.py
+lib/python2.6/test/test_bastion.py
+lib/python2.6/test/test_bigaddrspace.py
+lib/python2.6/test/test_bigmem.py
+lib/python2.6/test/test_binascii.py
+lib/python2.6/test/test_binhex.py
+lib/python2.6/test/test_binop.py
+lib/python2.6/test/test_bisect.py
+lib/python2.6/test/test_bool.py
+lib/python2.6/test/test_bsddb.py
+lib/python2.6/test/test_bsddb185.py
+lib/python2.6/test/test_bsddb3.py
+lib/python2.6/test/test_buffer.py
+lib/python2.6/test/test_bufio.py
+lib/python2.6/test/test_builtin.py
+lib/python2.6/test/test_bytes.py
+lib/python2.6/test/test_calendar.py
+lib/python2.6/test/test_call.py
+lib/python2.6/test/test_capi.py
+lib/python2.6/test/test_cd.py
+lib/python2.6/test/test_cfgparser.py
+lib/python2.6/test/test_cgi.py
+lib/python2.6/test/test_charmapcodec.py
+lib/python2.6/test/test_cl.py
+lib/python2.6/test/test_class.py
+lib/python2.6/test/test_cmath.py
+lib/python2.6/test/test_cmd.py
+lib/python2.6/test/test_cmd_line.py
+lib/python2.6/test/test_cmd_line_script.py
+lib/python2.6/test/test_code.py
+lib/python2.6/test/test_codeccallbacks.py
+lib/python2.6/test/test_codecencodings_cn.py
+lib/python2.6/test/test_codecencodings_hk.py
+lib/python2.6/test/test_codecencodings_jp.py
+lib/python2.6/test/test_codecencodings_kr.py
+lib/python2.6/test/test_codecencodings_tw.py
+lib/python2.6/test/test_codecmaps_cn.py
+lib/python2.6/test/test_codecmaps_hk.py
+lib/python2.6/test/test_codecmaps_jp.py
+lib/python2.6/test/test_codecmaps_kr.py
+lib/python2.6/test/test_codecmaps_tw.py
+lib/python2.6/test/test_codecs.py
+lib/python2.6/test/test_codeop.py
+lib/python2.6/test/test_coding.py
+lib/python2.6/test/test_coercion.py
+lib/python2.6/test/test_collections.py
+lib/python2.6/test/test_colorsys.py
+lib/python2.6/test/test_commands.py
+lib/python2.6/test/test_compare.py
+lib/python2.6/test/test_compile.py
+lib/python2.6/test/test_compiler.py
+lib/python2.6/test/test_csv.py
+lib/python2.6/test/test_complex.py
+lib/python2.6/test/test_complex_args.py
+lib/python2.6/test/test_contains.py
+lib/python2.6/test/test_contextlib.py
+lib/python2.6/test/test_cookie.py
+lib/python2.6/test/test_cookielib.py
+lib/python2.6/test/test_copy.py
+lib/python2.6/test/test_copy_reg.py
+lib/python2.6/test/test_cpickle.py
+lib/python2.6/test/test_cprofile.py
+lib/python2.6/test/test_crypt.py
+lib/python2.6/test/test_ctypes.py
+lib/python2.6/test/test_curses.py
+lib/python2.6/test/test_datetime.py
+lib/python2.6/test/test_dbm.py
+lib/python2.6/test/test_decimal.py
+lib/python2.6/test/test_decorators.py
+lib/python2.6/test/test_defaultdict.py
+lib/python2.6/test/test_deque.py
+lib/python2.6/test/test_dis.py
+lib/python2.6/test/test_descr.py
+lib/python2.6/test/test_descrtut.py
+lib/python2.6/test/test_dict.py
+lib/python2.6/test/test_difflib.py
+lib/python2.6/test/test_difflib_expect.html
+lib/python2.6/test/test_dircache.py
+lib/python2.6/test/test_distutils.py
+lib/python2.6/test/test_dl.py
+lib/python2.6/test/test_doctest.py
+lib/python2.6/test/test_doctest.txt
+lib/python2.6/test/test_doctest2.py
+lib/python2.6/test/test_doctest2.txt
+lib/python2.6/test/test_doctest3.txt
+lib/python2.6/test/test_doctest4.txt
+lib/python2.6/test/test_docxmlrpc.py
+lib/python2.6/test/test_dumbdbm.py
+lib/python2.6/test/test_dummy_thread.py
+lib/python2.6/test/test_dummy_threading.py
+lib/python2.6/test/test_eof.py
+lib/python2.6/test/test_email.py
+lib/python2.6/test/test_email_codecs.py
+lib/python2.6/test/test_email_renamed.py
+lib/python2.6/test/test_enumerate.py
+lib/python2.6/test/test_epoll.py
+lib/python2.6/test/test_errno.py
+lib/python2.6/test/test_exception_variations.py
+lib/python2.6/test/test_exceptions.py
+lib/python2.6/test/test_extcall.py
+lib/python2.6/test/test_fcntl.py
+lib/python2.6/test/test_file.py
+lib/python2.6/test/test_filecmp.py
+lib/python2.6/test/test_fileinput.py
+lib/python2.6/test/test_fileio.py
+lib/python2.6/test/test_float.py
+lib/python2.6/test/test_fnmatch.py
+lib/python2.6/test/test_fork1.py
+lib/python2.6/test/test_format.py
+lib/python2.6/test/test_fpformat.py
+lib/python2.6/test/test_fractions.py
+lib/python2.6/test/test_frozen.py
+lib/python2.6/test/test_ftplib.py
+lib/python2.6/test/test_funcattrs.py
+lib/python2.6/test/test_functools.py
+lib/python2.6/test/test_future.py
+lib/python2.6/test/test_future1.py
+lib/python2.6/test/test_future2.py
+lib/python2.6/test/test_future3.py
+lib/python2.6/test/test_future4.py
+lib/python2.6/test/test_future_builtins.py
+lib/python2.6/test/test_gc.py
+lib/python2.6/test/test_gdbm.py
+lib/python2.6/test/test_generators.py
+lib/python2.6/test/test_genericpath.py
+lib/python2.6/test/test_genexps.py
+lib/python2.6/test/test_getargs.py
+lib/python2.6/test/test_getargs2.py
+lib/python2.6/test/test_getopt.py
+lib/python2.6/test/test_gettext.py
+lib/python2.6/test/test_gl.py
+lib/python2.6/test/test_glob.py
+lib/python2.6/test/test_global.py
+lib/python2.6/test/test_grammar.py
+lib/python2.6/test/test_grp.py
+lib/python2.6/test/test_gzip.py
+lib/python2.6/test/test_hash.py
+lib/python2.6/test/test_hashlib.py
+lib/python2.6/test/test_heapq.py
+lib/python2.6/test/test_hmac.py
+lib/python2.6/test/test_hotshot.py
+lib/python2.6/test/test_htmllib.py
+lib/python2.6/test/test_htmlparser.py
+lib/python2.6/test/test_httplib.py
+lib/python2.6/test/test_httpservers.py
+lib/python2.6/test/test_imageop.py
+lib/python2.6/test/test_imaplib.py
+lib/python2.6/test/test_imgfile.py
+lib/python2.6/test/test_imp.py
+lib/python2.6/test/test_import.py
+lib/python2.6/test/test_importhooks.py
+lib/python2.6/test/test_index.py
+lib/python2.6/test/test_inspect.py
+lib/python2.6/test/test_int.py
+lib/python2.6/test/test_int_literal.py
+lib/python2.6/test/test_io.py
+lib/python2.6/test/test_ioctl.py
+lib/python2.6/test/test_isinstance.py
+lib/python2.6/test/test_iter.py
+lib/python2.6/test/test_iterlen.py
+lib/python2.6/test/test_itertools.py
+lib/python2.6/test/test_json.py
+lib/python2.6/test/test_kqueue.py
+lib/python2.6/test/test_largefile.py
+lib/python2.6/test/test_lib2to3.py
+lib/python2.6/test/test_linuxaudiodev.py
+lib/python2.6/test/test_list.py
+lib/python2.6/test/test_locale.py
+lib/python2.6/test/test_logging.py
+lib/python2.6/test/test_long.py
+lib/python2.6/test/test_long_future.py
+lib/python2.6/test/test_longexp.py
+lib/python2.6/test/test_macos.py
+lib/python2.6/test/test_macostools.py
+lib/python2.6/test/test_macpath.py
+lib/python2.6/test/test_mailbox.py
+lib/python2.6/test/test_marshal.py
+lib/python2.6/test/test_math.py
+lib/python2.6/test/test_md5.py
+lib/python2.6/test/test_memoryio.py
+lib/python2.6/test/test_mhlib.py
+lib/python2.6/test/test_mimetools.py
+lib/python2.6/test/test_mimetypes.py
+lib/python2.6/test/test_minidom.py
+lib/python2.6/test/test_mmap.py
+lib/python2.6/test/test_module.py
+lib/python2.6/test/test_modulefinder.py
+lib/python2.6/test/test_multibytecodec.py
+lib/python2.6/test/test_multibytecodec_support.py
+lib/python2.6/test/test_multifile.py
+lib/python2.6/test/test_multiprocessing.py
+lib/python2.6/test/test_mutants.py
+lib/python2.6/test/test_mutex.py
+lib/python2.6/test/test_netrc.py
+lib/python2.6/test/test_new.py
+lib/python2.6/test/test_nis.py
+lib/python2.6/test/test_normalization.py
+lib/python2.6/test/test_ntpath.py
+lib/python2.6/test/test_old_mailbox.py
+lib/python2.6/test/test_opcodes.py
+lib/python2.6/test/test_openpty.py
+lib/python2.6/test/test_operator.py
+lib/python2.6/test/test_optparse.py
+lib/python2.6/test/test_os.py
+lib/python2.6/test/test_ossaudiodev.py
+lib/python2.6/test/test_parser.py
+lib/python2.6/test/test_peepholer.py
+lib/python2.6/test/test_pep247.py
+lib/python2.6/test/test_pep263.py
+lib/python2.6/test/test_pep277.py
+lib/python2.6/test/test_pep292.py
+lib/python2.6/test/test_pep352.py
+lib/python2.6/test/test_pickle.py
+lib/python2.6/test/test_pickletools.py
+lib/python2.6/test/test_pipes.py
+lib/python2.6/test/test_pkg.py
+lib/python2.6/test/test_pkgimport.py
+lib/python2.6/test/test_pkgutil.py
+lib/python2.6/test/test_platform.py
+lib/python2.6/test/test_plistlib.py
+lib/python2.6/test/test_poll.py
+lib/python2.6/test/test_popen.py
+lib/python2.6/test/test_popen2.py
+lib/python2.6/test/test_poplib.py
+lib/python2.6/test/test_posix.py
+lib/python2.6/test/test_posixpath.py
+lib/python2.6/test/test_pow.py
+lib/python2.6/test/test_pprint.py
+lib/python2.6/test/test_print.py
+lib/python2.6/test/test_profile.py
+lib/python2.6/test/test_pty.py
+lib/python2.6/test/test_profilehooks.py
+lib/python2.6/test/test_property.py
+lib/python2.6/test/test_pstats.py
+lib/python2.6/test/test_pwd.py
+lib/python2.6/test/test_py3kwarn.py
+lib/python2.6/test/test_pyclbr.py
+lib/python2.6/test/test_pydoc.py
+lib/python2.6/test/test_pyexpat.py
+lib/python2.6/test/test_queue.py
+lib/python2.6/test/test_quopri.py
+lib/python2.6/test/test_random.py
+lib/python2.6/test/test_re.py
+lib/python2.6/test/test_repr.py
+lib/python2.6/test/test_resource.py
+lib/python2.6/test/test_rfc822.py
+lib/python2.6/test/test_richcmp.py
+lib/python2.6/test/test_robotparser.py
+lib/python2.6/test/test_runpy.py
+lib/python2.6/test/test_sax.py
+lib/python2.6/test/test_scope.py
+lib/python2.6/test/test_set.py
+lib/python2.6/test/test_scriptpackages.py
+lib/python2.6/test/test_select.py
+lib/python2.6/test/test_sets.py
+lib/python2.6/test/test_sgmllib.py
+lib/python2.6/test/test_sha.py
+lib/python2.6/test/test_shelve.py
+lib/python2.6/test/test_shlex.py
+lib/python2.6/test/test_shutil.py
+lib/python2.6/test/test_signal.py
+lib/python2.6/test/test_site.py
+lib/python2.6/test/test_slice.py
+lib/python2.6/test/test_smtplib.py
+lib/python2.6/test/test_socket.py
+lib/python2.6/test/test_socketserver.py
+lib/python2.6/test/test_softspace.py
+lib/python2.6/test/test_sort.py
+lib/python2.6/test/test_sqlite.py
+lib/python2.6/test/test_ssl.py
+lib/python2.6/test/test_startfile.py
+lib/python2.6/test/test_str.py
+lib/python2.6/test/test_sys.py
+lib/python2.6/test/test_strftime.py
+lib/python2.6/test/test_string.py
+lib/python2.6/test/test_stringprep.py
+lib/python2.6/test/test_strop.py
+lib/python2.6/test/test_strptime.py
+lib/python2.6/test/test_struct.py
+lib/python2.6/test/test_structmembers.py
+lib/python2.6/test/test_structseq.py
+lib/python2.6/test/test_subprocess.py
+lib/python2.6/test/test_sunaudiodev.py
+lib/python2.6/test/test_sundry.py
+lib/python2.6/test/test_support.py
+lib/python2.6/test/test_symtable.py
+lib/python2.6/test/test_syntax.py
+lib/python2.6/test/test_tarfile.py
+lib/python2.6/test/test_tcl.py
+lib/python2.6/test/test_telnetlib.py
+lib/python2.6/test/test_tempfile.py
+lib/python2.6/test/test_textwrap.py
+lib/python2.6/test/test_thread.py
+lib/python2.6/test/test_threaded_import.py
+lib/python2.6/test/test_threadedtempfile.py
+lib/python2.6/test/test_threading.py
+lib/python2.6/test/test_threading_local.py
+lib/python2.6/test/test_threadsignals.py
+lib/python2.6/test/test_time.py
+lib/python2.6/test/test_timeout.py
+lib/python2.6/test/test_tokenize.py
+lib/python2.6/test/test_trace.py
+lib/python2.6/test/test_traceback.py
+lib/python2.6/test/test_transformer.py
+lib/python2.6/test/test_tuple.py
+lib/python2.6/test/test_typechecks.py
+lib/python2.6/test/test_types.py
+lib/python2.6/test/test_ucn.py
+lib/python2.6/test/test_unary.py
+lib/python2.6/test/test_undocumented_details.py
+lib/python2.6/test/test_unicode.py
+lib/python2.6/test/test_unicode_file.py
+lib/python2.6/test/test_unicodedata.py
+lib/python2.6/test/test_unittest.py
+lib/python2.6/test/test_univnewlines.py
+lib/python2.6/test/test_unpack.py
+lib/python2.6/test/test_urllib.py
+lib/python2.6/test/test_urllib2.py
+lib/python2.6/test/test_urllib2_localnet.py
+lib/python2.6/test/test_urllib2net.py
+lib/python2.6/test/test_urllibnet.py
+lib/python2.6/test/test_urlparse.py
+lib/python2.6/test/test_userdict.py
+lib/python2.6/test/test_userlist.py
+lib/python2.6/test/test_userstring.py
+lib/python2.6/test/test_uu.py
+lib/python2.6/test/test_uuid.py
+lib/python2.6/test/test_wait3.py
+lib/python2.6/test/test_wait4.py
+lib/python2.6/test/test_warnings.py
+lib/python2.6/test/test_wave.py
+lib/python2.6/test/test_weakref.py
+lib/python2.6/test/test_whichdb.py
+lib/python2.6/test/test_winreg.py
+lib/python2.6/test/test_winsound.py
+lib/python2.6/test/test_with.py
+lib/python2.6/test/test_wsgiref.py
+lib/python2.6/test/test_xdrlib.py
+lib/python2.6/test/test_xml_etree.py
+lib/python2.6/test/test_xml_etree_c.py
+lib/python2.6/test/test_xmllib.py
+lib/python2.6/test/test_xmlrpc.py
+lib/python2.6/test/test_xpickle.py
+lib/python2.6/test/test_xrange.py
+lib/python2.6/test/test_zipfile.py
+lib/python2.6/test/test_zipfile64.py
+lib/python2.6/test/test_zipimport.py
+lib/python2.6/test/test_zlib.py
+lib/python2.6/test/testall.py
+lib/python2.6/test/testcodec.py
+lib/python2.6/test/testimg.uue
+lib/python2.6/test/testimgr.uue
+lib/python2.6/test/testrgb.uue
+lib/python2.6/test/testtar.tar
+lib/python2.6/test/tf_inherit_check.py
+lib/python2.6/test/threaded_import_hangers.py
+lib/python2.6/test/time_hashlib.py
+lib/python2.6/test/tokenize_tests.txt
+lib/python2.6/test/warning_tests.py
+lib/python2.6/test/wrongcert.pem
+lib/python2.6/test/xmltests.py
+lib/python2.6/test/__init__.pyc
+lib/python2.6/test/autotest.pyc
+lib/python2.6/test/buffer_tests.pyc
+lib/python2.6/test/cjkencodings_test.pyc
+lib/python2.6/test/curses_tests.pyc
+lib/python2.6/test/doctest_aliases.pyc
+lib/python2.6/test/double_const.pyc
+lib/python2.6/test/fork_wait.pyc
+lib/python2.6/test/infinite_reload.pyc
+lib/python2.6/test/inspect_fodder.pyc
+lib/python2.6/test/inspect_fodder2.pyc
+lib/python2.6/test/list_tests.pyc
+lib/python2.6/test/mapping_tests.pyc
+lib/python2.6/test/outstanding_bugs.pyc
+lib/python2.6/test/pickletester.pyc
+lib/python2.6/test/profilee.pyc
+lib/python2.6/test/pyclbr_input.pyc
+lib/python2.6/test/pydoc_mod.pyc
+lib/python2.6/test/pydocfodder.pyc
+lib/python2.6/test/pystone.pyc
+lib/python2.6/test/re_tests.pyc
+lib/python2.6/test/regex_tests.pyc
+lib/python2.6/test/regrtest.pyc
+lib/python2.6/test/relimport.pyc
+lib/python2.6/test/reperf.pyc
+lib/python2.6/test/sample_doctest.pyc
+lib/python2.6/test/seq_tests.pyc
+lib/python2.6/test/sortperf.pyc
+lib/python2.6/test/string_tests.pyc
+lib/python2.6/test/test_MimeWriter.pyc
+lib/python2.6/test/test_SimpleHTTPServer.pyc
+lib/python2.6/test/test_StringIO.pyc
+lib/python2.6/test/test___all__.pyc
+lib/python2.6/test/test___future__.pyc
+lib/python2.6/test/test__locale.pyc
+lib/python2.6/test/test_abc.pyc
+lib/python2.6/test/test_abstract_numbers.pyc
+lib/python2.6/test/test_aepack.pyc
+lib/python2.6/test/test_al.pyc
+lib/python2.6/test/test_anydbm.pyc
+lib/python2.6/test/test_applesingle.pyc
+lib/python2.6/test/test_array.pyc
+lib/python2.6/test/test_ast.pyc
+lib/python2.6/test/test_asynchat.pyc
+lib/python2.6/test/test_asyncore.pyc
+lib/python2.6/test/test_atexit.pyc
+lib/python2.6/test/test_cd.pyc
+lib/python2.6/test/test_audioop.pyc
+lib/python2.6/test/test_augassign.pyc
+lib/python2.6/test/test_base64.pyc
+lib/python2.6/test/test_bastion.pyc
+lib/python2.6/test/test_bigaddrspace.pyc
+lib/python2.6/test/test_bigmem.pyc
+lib/python2.6/test/test_binascii.pyc
+lib/python2.6/test/test_binhex.pyc
+lib/python2.6/test/test_binop.pyc
+lib/python2.6/test/test_bisect.pyc
+lib/python2.6/test/test_bool.pyc
+lib/python2.6/test/test_bsddb.pyc
+lib/python2.6/test/test_bsddb185.pyc
+lib/python2.6/test/test_bsddb3.pyc
+lib/python2.6/test/test_buffer.pyc
+lib/python2.6/test/test_bufio.pyc
+lib/python2.6/test/test_builtin.pyc
+lib/python2.6/test/test_bytes.pyc
+lib/python2.6/test/test_bz2.pyc
+lib/python2.6/test/test_call.pyc
+lib/python2.6/test/test_calendar.pyc
+lib/python2.6/test/test_capi.pyc
+lib/python2.6/test/test_cfgparser.pyc
+lib/python2.6/test/test_cgi.pyc
+lib/python2.6/test/test_charmapcodec.pyc
+lib/python2.6/test/test_cl.pyc
+lib/python2.6/test/test_class.pyc
+lib/python2.6/test/test_cmath.pyc
+lib/python2.6/test/test_cmd.pyc
+lib/python2.6/test/test_cmd_line.pyc
+lib/python2.6/test/test_cmd_line_script.pyc
+lib/python2.6/test/test_code.pyc
+lib/python2.6/test/test_codeccallbacks.pyc
+lib/python2.6/test/test_codecencodings_cn.pyc
+lib/python2.6/test/test_codecencodings_hk.pyc
+lib/python2.6/test/test_codecencodings_jp.pyc
+lib/python2.6/test/test_codecencodings_kr.pyc
+lib/python2.6/test/test_dl.pyc
+lib/python2.6/test/test_codecencodings_tw.pyc
+lib/python2.6/test/test_codecmaps_cn.pyc
+lib/python2.6/test/test_codecmaps_hk.pyc
+lib/python2.6/test/test_codecmaps_jp.pyc
+lib/python2.6/test/test_codecmaps_kr.pyc
+lib/python2.6/test/test_codecmaps_tw.pyc
+lib/python2.6/test/test_codecs.pyc
+lib/python2.6/test/test_codeop.pyc
+lib/python2.6/test/test_coding.pyc
+lib/python2.6/test/test_coercion.pyc
+lib/python2.6/test/test_collections.pyc
+lib/python2.6/test/test_colorsys.pyc
+lib/python2.6/test/test_commands.pyc
+lib/python2.6/test/test_compare.pyc
+lib/python2.6/test/test_compile.pyc
+lib/python2.6/test/test_compiler.pyc
+lib/python2.6/test/test_complex.pyc
+lib/python2.6/test/test_complex_args.pyc
+lib/python2.6/test/test_contains.pyc
+lib/python2.6/test/test_contextlib.pyc
+lib/python2.6/test/test_cookie.pyc
+lib/python2.6/test/test_cookielib.pyc
+lib/python2.6/test/test_copy.pyc
+lib/python2.6/test/test_copy_reg.pyc
+lib/python2.6/test/test_cpickle.pyc
+lib/python2.6/test/test_cprofile.pyc
+lib/python2.6/test/test_crypt.pyc
+lib/python2.6/test/test_csv.pyc
+lib/python2.6/test/test_ctypes.pyc
+lib/python2.6/test/test_curses.pyc
+lib/python2.6/test/test_datetime.pyc
+lib/python2.6/test/test_dbm.pyc
+lib/python2.6/test/test_decimal.pyc
+lib/python2.6/test/test_decorators.pyc
+lib/python2.6/test/test_defaultdict.pyc
+lib/python2.6/test/test_deque.pyc
+lib/python2.6/test/test_descr.pyc
+lib/python2.6/test/test_descrtut.pyc
+lib/python2.6/test/test_dict.pyc
+lib/python2.6/test/test_difflib.pyc
+lib/python2.6/test/test_dircache.pyc
+lib/python2.6/test/test_dis.pyc
+lib/python2.6/test/test_distutils.pyc
+lib/python2.6/test/test_doctest.pyc
+lib/python2.6/test/test_doctest2.pyc
+lib/python2.6/test/test_docxmlrpc.pyc
+lib/python2.6/test/test_dumbdbm.pyc
+lib/python2.6/test/test_dummy_thread.pyc
+lib/python2.6/test/test_dummy_threading.pyc
+lib/python2.6/test/test_email.pyc
+lib/python2.6/test/test_email_codecs.pyc
+lib/python2.6/test/test_email_renamed.pyc
+lib/python2.6/test/test_enumerate.pyc
+lib/python2.6/test/test_eof.pyc
+lib/python2.6/test/test_epoll.pyc
+lib/python2.6/test/test_errno.pyc
+lib/python2.6/test/test_exception_variations.pyc
+lib/python2.6/test/test_exceptions.pyc
+lib/python2.6/test/test_extcall.pyc
+lib/python2.6/test/test_fcntl.pyc
+lib/python2.6/test/test_file.pyc
+lib/python2.6/test/test_filecmp.pyc
+lib/python2.6/test/test_fileinput.pyc
+lib/python2.6/test/test_fileio.pyc
+lib/python2.6/test/test_float.pyc
+lib/python2.6/test/test_fnmatch.pyc
+lib/python2.6/test/test_fork1.pyc
+lib/python2.6/test/test_format.pyc
+lib/python2.6/test/test_fpformat.pyc
+lib/python2.6/test/test_fractions.pyc
+lib/python2.6/test/test_frozen.pyc
+lib/python2.6/test/test_ftplib.pyc
+lib/python2.6/test/test_funcattrs.pyc
+lib/python2.6/test/test_functools.pyc
+lib/python2.6/test/test_future.pyc
+lib/python2.6/test/test_future1.pyc
+lib/python2.6/test/test_future2.pyc
+lib/python2.6/test/test_future3.pyc
+lib/python2.6/test/test_future4.pyc
+lib/python2.6/test/test_future_builtins.pyc
+lib/python2.6/test/test_gc.pyc
+lib/python2.6/test/test_gdbm.pyc
+lib/python2.6/test/test_generators.pyc
+lib/python2.6/test/test_genericpath.pyc
+lib/python2.6/test/test_genexps.pyc
+lib/python2.6/test/test_getargs.pyc
+lib/python2.6/test/test_getargs2.pyc
+lib/python2.6/test/test_getopt.pyc
+lib/python2.6/test/test_gettext.pyc
+lib/python2.6/test/test_gl.pyc
+lib/python2.6/test/test_glob.pyc
+lib/python2.6/test/test_global.pyc
+lib/python2.6/test/test_grammar.pyc
+lib/python2.6/test/test_grp.pyc
+lib/python2.6/test/test_gzip.pyc
+lib/python2.6/test/test_hash.pyc
+lib/python2.6/test/test_hashlib.pyc
+lib/python2.6/test/test_heapq.pyc
+lib/python2.6/test/test_hmac.pyc
+lib/python2.6/test/test_hotshot.pyc
+lib/python2.6/test/test_htmllib.pyc
+lib/python2.6/test/test_htmlparser.pyc
+lib/python2.6/test/test_httplib.pyc
+lib/python2.6/test/test_httpservers.pyc
+lib/python2.6/test/test_imageop.pyc
+lib/python2.6/test/test_imaplib.pyc
+lib/python2.6/test/test_imgfile.pyc
+lib/python2.6/test/test_imp.pyc
+lib/python2.6/test/test_import.pyc
+lib/python2.6/test/test_importhooks.pyc
+lib/python2.6/test/test_index.pyc
+lib/python2.6/test/test_inspect.pyc
+lib/python2.6/test/test_int.pyc
+lib/python2.6/test/test_int_literal.pyc
+lib/python2.6/test/test_io.pyc
+lib/python2.6/test/test_ioctl.pyc
+lib/python2.6/test/test_isinstance.pyc
+lib/python2.6/test/test_iter.pyc
+lib/python2.6/test/test_iterlen.pyc
+lib/python2.6/test/test_itertools.pyc
+lib/python2.6/test/test_json.pyc
+lib/python2.6/test/test_kqueue.pyc
+lib/python2.6/test/test_largefile.pyc
+lib/python2.6/test/test_lib2to3.pyc
+lib/python2.6/test/test_linuxaudiodev.pyc
+lib/python2.6/test/test_list.pyc
+lib/python2.6/test/test_locale.pyc
+lib/python2.6/test/test_logging.pyc
+lib/python2.6/test/test_long.pyc
+lib/python2.6/test/test_long_future.pyc
+lib/python2.6/test/test_longexp.pyc
+lib/python2.6/test/test_macos.pyc
+lib/python2.6/test/test_macostools.pyc
+lib/python2.6/test/test_macpath.pyc
+lib/python2.6/test/test_mailbox.pyc
+lib/python2.6/test/test_marshal.pyc
+lib/python2.6/test/test_math.pyc
+lib/python2.6/test/test_md5.pyc
+lib/python2.6/test/test_memoryio.pyc
+lib/python2.6/test/test_mhlib.pyc
+lib/python2.6/test/test_mimetools.pyc
+lib/python2.6/test/test_mimetypes.pyc
+lib/python2.6/test/test_minidom.pyc
+lib/python2.6/test/test_mmap.pyc
+lib/python2.6/test/test_module.pyc
+lib/python2.6/test/test_modulefinder.pyc
+lib/python2.6/test/test_multibytecodec.pyc
+lib/python2.6/test/test_multibytecodec_support.pyc
+lib/python2.6/test/test_multifile.pyc
+lib/python2.6/test/test_multiprocessing.pyc
+lib/python2.6/test/test_mutants.pyc
+lib/python2.6/test/test_mutex.pyc
+lib/python2.6/test/test_netrc.pyc
+lib/python2.6/test/test_new.pyc
+lib/python2.6/test/test_nis.pyc
+lib/python2.6/test/test_normalization.pyc
+lib/python2.6/test/test_ntpath.pyc
+lib/python2.6/test/test_old_mailbox.pyc
+lib/python2.6/test/test_opcodes.pyc
+lib/python2.6/test/test_openpty.pyc
+lib/python2.6/test/test_operator.pyc
+lib/python2.6/test/test_optparse.pyc
+lib/python2.6/test/test_os.pyc
+lib/python2.6/test/test_ossaudiodev.pyc
+lib/python2.6/test/test_parser.pyc
+lib/python2.6/test/test_peepholer.pyc
+lib/python2.6/test/test_re.pyc
+lib/python2.6/test/test_pep247.pyc
+lib/python2.6/test/test_pep263.pyc
+lib/python2.6/test/test_pep277.pyc
+lib/python2.6/test/test_pep292.pyc
+lib/python2.6/test/test_pep352.pyc
+lib/python2.6/test/test_pickle.pyc
+lib/python2.6/test/test_pickletools.pyc
+lib/python2.6/test/test_pipes.pyc
+lib/python2.6/test/test_pkg.pyc
+lib/python2.6/test/test_pkgimport.pyc
+lib/python2.6/test/test_pkgutil.pyc
+lib/python2.6/test/test_platform.pyc
+lib/python2.6/test/test_plistlib.pyc
+lib/python2.6/test/test_poll.pyc
+lib/python2.6/test/test_popen.pyc
+lib/python2.6/test/test_popen2.pyc
+lib/python2.6/test/test_poplib.pyc
+lib/python2.6/test/test_posix.pyc
+lib/python2.6/test/test_posixpath.pyc
+lib/python2.6/test/test_pow.pyc
+lib/python2.6/test/test_pprint.pyc
+lib/python2.6/test/test_print.pyc
+lib/python2.6/test/test_profile.pyc
+lib/python2.6/test/test_profilehooks.pyc
+lib/python2.6/test/test_property.pyc
+lib/python2.6/test/test_pstats.pyc
+lib/python2.6/test/test_pty.pyc
+lib/python2.6/test/test_pwd.pyc
+lib/python2.6/test/test_py3kwarn.pyc
+lib/python2.6/test/test_pyclbr.pyc
+lib/python2.6/test/test_pydoc.pyc
+lib/python2.6/test/test_pyexpat.pyc
+lib/python2.6/test/test_queue.pyc
+lib/python2.6/test/test_quopri.pyc
+lib/python2.6/test/test_random.pyc
+lib/python2.6/test/test_repr.pyc
+lib/python2.6/test/test_resource.pyc
+lib/python2.6/test/test_rfc822.pyc
+lib/python2.6/test/test_richcmp.pyc
+lib/python2.6/test/test_runpy.pyc
+lib/python2.6/test/test_robotparser.pyc
+lib/python2.6/test/test_sax.pyc
+lib/python2.6/test/test_scope.pyc
+lib/python2.6/test/test_scriptpackages.pyc
+lib/python2.6/test/test_select.pyc
+lib/python2.6/test/test_set.pyc
+lib/python2.6/test/test_sets.pyc
+lib/python2.6/test/test_sgmllib.pyc
+lib/python2.6/test/test_sha.pyc
+lib/python2.6/test/test_shelve.pyc
+lib/python2.6/test/test_shlex.pyc
+lib/python2.6/test/test_shutil.pyc
+lib/python2.6/test/test_signal.pyc
+lib/python2.6/test/test_site.pyc
+lib/python2.6/test/test_slice.pyc
+lib/python2.6/test/test_smtplib.pyc
+lib/python2.6/test/test_socket.pyc
+lib/python2.6/test/test_socketserver.pyc
+lib/python2.6/test/test_softspace.pyc
+lib/python2.6/test/test_uu.pyc
+lib/python2.6/test/test_sort.pyc
+lib/python2.6/test/test_sqlite.pyc
+lib/python2.6/test/test_ssl.pyc
+lib/python2.6/test/test_startfile.pyc
+lib/python2.6/test/test_str.pyc
+lib/python2.6/test/test_strftime.pyc
+lib/python2.6/test/test_string.pyc
+lib/python2.6/test/test_stringprep.pyc
+lib/python2.6/test/test_strop.pyc
+lib/python2.6/test/test_strptime.pyc
+lib/python2.6/test/test_struct.pyc
+lib/python2.6/test/test_structmembers.pyc
+lib/python2.6/test/test_structseq.pyc
+lib/python2.6/test/test_subprocess.pyc
+lib/python2.6/test/test_sunaudiodev.pyc
+lib/python2.6/test/test_sundry.pyc
+lib/python2.6/test/test_support.pyc
+lib/python2.6/test/test_symtable.pyc
+lib/python2.6/test/test_syntax.pyc
+lib/python2.6/test/test_sys.pyc
+lib/python2.6/test/test_tarfile.pyc
+lib/python2.6/test/test_tcl.pyc
+lib/python2.6/test/test_telnetlib.pyc
+lib/python2.6/test/test_tempfile.pyc
+lib/python2.6/test/test_textwrap.pyc
+lib/python2.6/test/test_thread.pyc
+lib/python2.6/test/test_threaded_import.pyc
+lib/python2.6/test/test_threadedtempfile.pyc
+lib/python2.6/test/test_threading.pyc
+lib/python2.6/test/test_threading_local.pyc
+lib/python2.6/test/test_threadsignals.pyc
+lib/python2.6/test/test_time.pyc
+lib/python2.6/test/test_timeout.pyc
+lib/python2.6/test/test_tokenize.pyc
+lib/python2.6/test/test_trace.pyc
+lib/python2.6/test/test_traceback.pyc
+lib/python2.6/test/test_tuple.pyc
+lib/python2.6/test/test_transformer.pyc
+lib/python2.6/test/test_typechecks.pyc
+lib/python2.6/test/test_types.pyc
+lib/python2.6/test/test_ucn.pyc
+lib/python2.6/test/test_unary.pyc
+lib/python2.6/test/test_undocumented_details.pyc
+lib/python2.6/test/test_unicode.pyc
+lib/python2.6/test/test_unicode_file.pyc
+lib/python2.6/test/test_unicodedata.pyc
+lib/python2.6/test/test_unittest.pyc
+lib/python2.6/test/test_univnewlines.pyc
+lib/python2.6/test/test_unpack.pyc
+lib/python2.6/test/test_urllib.pyc
+lib/python2.6/test/test_urllib2.pyc
+lib/python2.6/test/test_urllib2_localnet.pyc
+lib/python2.6/test/test_urllib2net.pyc
+lib/python2.6/test/test_urllibnet.pyc
+lib/python2.6/test/testall.pyc
+lib/python2.6/test/test_urlparse.pyc
+lib/python2.6/test/test_userdict.pyc
+lib/python2.6/test/test_userlist.pyc
+lib/python2.6/test/test_userstring.pyc
+lib/python2.6/test/test_uuid.pyc
+lib/python2.6/test/test_wait3.pyc
+lib/python2.6/test/test_wait4.pyc
+lib/python2.6/test/test_warnings.pyc
+lib/python2.6/test/test_wave.pyc
+lib/python2.6/test/test_weakref.pyc
+lib/python2.6/test/test_whichdb.pyc
+lib/python2.6/test/test_winreg.pyc
+lib/python2.6/test/test_winsound.pyc
+lib/python2.6/test/test_with.pyc
+lib/python2.6/test/test_wsgiref.pyc
+lib/python2.6/test/test_xdrlib.pyc
+lib/python2.6/test/test_xml_etree.pyc
+lib/python2.6/test/test_xml_etree_c.pyc
+lib/python2.6/test/test_xmllib.pyc
+lib/python2.6/test/test_xmlrpc.pyc
+lib/python2.6/test/test_xpickle.pyc
+lib/python2.6/test/test_xrange.pyc
+lib/python2.6/test/test_zipfile.pyc
+lib/python2.6/test/test_zipfile64.pyc
+lib/python2.6/test/test_zipimport.pyc
+lib/python2.6/test/test_zlib.pyc
+lib/python2.6/test/testcodec.pyc
+lib/python2.6/test/tf_inherit_check.pyc
+lib/python2.6/test/threaded_import_hangers.pyc
+lib/python2.6/test/time_hashlib.pyc
+lib/python2.6/test/warning_tests.pyc
+lib/python2.6/test/xmltests.pyc
+lib/python2.6/test/__init__.pyo
+lib/python2.6/test/autotest.pyo
+lib/python2.6/test/buffer_tests.pyo
+lib/python2.6/test/cjkencodings_test.pyo
+lib/python2.6/test/curses_tests.pyo
+lib/python2.6/test/pystone.pyo
+lib/python2.6/test/doctest_aliases.pyo
+lib/python2.6/test/double_const.pyo
+lib/python2.6/test/fork_wait.pyo
+lib/python2.6/test/infinite_reload.pyo
+lib/python2.6/test/inspect_fodder.pyo
+lib/python2.6/test/inspect_fodder2.pyo
+lib/python2.6/test/list_tests.pyo
+lib/python2.6/test/mapping_tests.pyo
+lib/python2.6/test/outstanding_bugs.pyo
+lib/python2.6/test/pickletester.pyo
+lib/python2.6/test/profilee.pyo
+lib/python2.6/test/pyclbr_input.pyo
+lib/python2.6/test/pydoc_mod.pyo
+lib/python2.6/test/pydocfodder.pyo
+lib/python2.6/test/re_tests.pyo
+lib/python2.6/test/regex_tests.pyo
+lib/python2.6/test/regrtest.pyo
+lib/python2.6/test/relimport.pyo
+lib/python2.6/test/reperf.pyo
+lib/python2.6/test/test_al.pyo
+lib/python2.6/test/sample_doctest.pyo
+lib/python2.6/test/seq_tests.pyo
+lib/python2.6/test/sortperf.pyo
+lib/python2.6/test/string_tests.pyo
+lib/python2.6/test/test_MimeWriter.pyo
+lib/python2.6/test/test_SimpleHTTPServer.pyo
+lib/python2.6/test/test_StringIO.pyo
+lib/python2.6/test/test___all__.pyo
+lib/python2.6/test/test___future__.pyo
+lib/python2.6/test/test__locale.pyo
+lib/python2.6/test/test_abc.pyo
+lib/python2.6/test/test_abstract_numbers.pyo
+lib/python2.6/test/test_aepack.pyo
+lib/python2.6/test/test_anydbm.pyo
+lib/python2.6/test/test_applesingle.pyo
+lib/python2.6/test/test_array.pyo
+lib/python2.6/test/test_ast.pyo
+lib/python2.6/test/test_asynchat.pyo
+lib/python2.6/test/test_asyncore.pyo
+lib/python2.6/test/test_atexit.pyo
+lib/python2.6/test/test_audioop.pyo
+lib/python2.6/test/test_augassign.pyo
+lib/python2.6/test/test_base64.pyo
+lib/python2.6/test/test_bastion.pyo
+lib/python2.6/test/test_bigaddrspace.pyo
+lib/python2.6/test/test_bigmem.pyo
+lib/python2.6/test/test_binascii.pyo
+lib/python2.6/test/test_binhex.pyo
+lib/python2.6/test/test_binop.pyo
+lib/python2.6/test/test_bisect.pyo
+lib/python2.6/test/test_bool.pyo
+lib/python2.6/test/test_bsddb.pyo
+lib/python2.6/test/test_bsddb185.pyo
+lib/python2.6/test/test_bsddb3.pyo
+lib/python2.6/test/test_buffer.pyo
+lib/python2.6/test/test_bufio.pyo
+lib/python2.6/test/test_builtin.pyo
+lib/python2.6/test/test_cd.pyo
+lib/python2.6/test/test_bytes.pyo
+lib/python2.6/test/test_bz2.pyo
+lib/python2.6/test/test_calendar.pyo
+lib/python2.6/test/test_call.pyo
+lib/python2.6/test/test_capi.pyo
+lib/python2.6/test/test_cfgparser.pyo
+lib/python2.6/test/test_cgi.pyo
+lib/python2.6/test/test_charmapcodec.pyo
+lib/python2.6/test/test_cl.pyo
+lib/python2.6/test/test_class.pyo
+lib/python2.6/test/test_cmath.pyo
+lib/python2.6/test/test_cmd.pyo
+lib/python2.6/test/test_cmd_line.pyo
+lib/python2.6/test/test_cmd_line_script.pyo
+lib/python2.6/test/test_code.pyo
+lib/python2.6/test/test_codeccallbacks.pyo
+lib/python2.6/test/test_codecencodings_cn.pyo
+lib/python2.6/test/test_codecencodings_hk.pyo
+lib/python2.6/test/test_dl.pyo
+lib/python2.6/test/test_codecencodings_jp.pyo
+lib/python2.6/test/test_codecencodings_kr.pyo
+lib/python2.6/test/test_codecencodings_tw.pyo
+lib/python2.6/test/test_codecmaps_cn.pyo
+lib/python2.6/test/test_codecmaps_hk.pyo
+lib/python2.6/test/test_codecmaps_jp.pyo
+lib/python2.6/test/test_codecmaps_kr.pyo
+lib/python2.6/test/test_codecmaps_tw.pyo
+lib/python2.6/test/test_codecs.pyo
+lib/python2.6/test/test_codeop.pyo
+lib/python2.6/test/test_coding.pyo
+lib/python2.6/test/test_coercion.pyo
+lib/python2.6/test/test_collections.pyo
+lib/python2.6/test/test_colorsys.pyo
+lib/python2.6/test/test_commands.pyo
+lib/python2.6/test/test_compare.pyo
+lib/python2.6/test/test_compile.pyo
+lib/python2.6/test/test_compiler.pyo
+lib/python2.6/test/test_complex.pyo
+lib/python2.6/test/test_complex_args.pyo
+lib/python2.6/test/test_contains.pyo
+lib/python2.6/test/test_contextlib.pyo
+lib/python2.6/test/test_cookie.pyo
+lib/python2.6/test/test_cookielib.pyo
+lib/python2.6/test/test_copy.pyo
+lib/python2.6/test/test_copy_reg.pyo
+lib/python2.6/test/test_cpickle.pyo
+lib/python2.6/test/test_cprofile.pyo
+lib/python2.6/test/test_crypt.pyo
+lib/python2.6/test/test_csv.pyo
+lib/python2.6/test/test_ctypes.pyo
+lib/python2.6/test/test_curses.pyo
+lib/python2.6/test/test_datetime.pyo
+lib/python2.6/test/test_dbm.pyo
+lib/python2.6/test/test_decimal.pyo
+lib/python2.6/test/test_decorators.pyo
+lib/python2.6/test/test_defaultdict.pyo
+lib/python2.6/test/test_deque.pyo
+lib/python2.6/test/test_descr.pyo
+lib/python2.6/test/test_descrtut.pyo
+lib/python2.6/test/test_dict.pyo
+lib/python2.6/test/test_difflib.pyo
+lib/python2.6/test/test_dircache.pyo
+lib/python2.6/test/test_dis.pyo
+lib/python2.6/test/test_distutils.pyo
+lib/python2.6/test/test_doctest.pyo
+lib/python2.6/test/test_doctest2.pyo
+lib/python2.6/test/test_docxmlrpc.pyo
+lib/python2.6/test/test_dumbdbm.pyo
+lib/python2.6/test/test_dummy_thread.pyo
+lib/python2.6/test/test_dummy_threading.pyo
+lib/python2.6/test/test_email.pyo
+lib/python2.6/test/test_email_codecs.pyo
+lib/python2.6/test/test_email_renamed.pyo
+lib/python2.6/test/test_enumerate.pyo
+lib/python2.6/test/test_eof.pyo
+lib/python2.6/test/test_epoll.pyo
+lib/python2.6/test/test_errno.pyo
+lib/python2.6/test/test_exception_variations.pyo
+lib/python2.6/test/test_exceptions.pyo
+lib/python2.6/test/test_extcall.pyo
+lib/python2.6/test/test_fcntl.pyo
+lib/python2.6/test/test_file.pyo
+lib/python2.6/test/test_filecmp.pyo
+lib/python2.6/test/test_fileinput.pyo
+lib/python2.6/test/test_fileio.pyo
+lib/python2.6/test/test_float.pyo
+lib/python2.6/test/test_fnmatch.pyo
+lib/python2.6/test/test_fork1.pyo
+lib/python2.6/test/test_format.pyo
+lib/python2.6/test/test_fpformat.pyo
+lib/python2.6/test/test_fractions.pyo
+lib/python2.6/test/test_frozen.pyo
+lib/python2.6/test/test_ftplib.pyo
+lib/python2.6/test/test_funcattrs.pyo
+lib/python2.6/test/test_functools.pyo
+lib/python2.6/test/test_future.pyo
+lib/python2.6/test/test_future1.pyo
+lib/python2.6/test/test_future2.pyo
+lib/python2.6/test/test_future3.pyo
+lib/python2.6/test/test_future4.pyo
+lib/python2.6/test/test_future_builtins.pyo
+lib/python2.6/test/test_gc.pyo
+lib/python2.6/test/test_gdbm.pyo
+lib/python2.6/test/test_generators.pyo
+lib/python2.6/test/test_genericpath.pyo
+lib/python2.6/test/test_genexps.pyo
+lib/python2.6/test/test_getargs.pyo
+lib/python2.6/test/test_getargs2.pyo
+lib/python2.6/test/test_getopt.pyo
+lib/python2.6/test/test_gettext.pyo
+lib/python2.6/test/test_gl.pyo
+lib/python2.6/test/test_glob.pyo
+lib/python2.6/test/test_global.pyo
+lib/python2.6/test/test_grammar.pyo
+lib/python2.6/test/test_grp.pyo
+lib/python2.6/test/test_gzip.pyo
+lib/python2.6/test/test_hash.pyo
+lib/python2.6/test/test_hashlib.pyo
+lib/python2.6/test/test_heapq.pyo
+lib/python2.6/test/test_hmac.pyo
+lib/python2.6/test/test_hotshot.pyo
+lib/python2.6/test/test_htmllib.pyo
+lib/python2.6/test/test_htmlparser.pyo
+lib/python2.6/test/test_httplib.pyo
+lib/python2.6/test/test_httpservers.pyo
+lib/python2.6/test/test_imageop.pyo
+lib/python2.6/test/test_imaplib.pyo
+lib/python2.6/test/test_imgfile.pyo
+lib/python2.6/test/test_imp.pyo
+lib/python2.6/test/test_import.pyo
+lib/python2.6/test/test_importhooks.pyo
+lib/python2.6/test/test_index.pyo
+lib/python2.6/test/test_inspect.pyo
+lib/python2.6/test/test_int.pyo
+lib/python2.6/test/test_int_literal.pyo
+lib/python2.6/test/test_io.pyo
+lib/python2.6/test/test_ioctl.pyo
+lib/python2.6/test/test_isinstance.pyo
+lib/python2.6/test/test_iter.pyo
+lib/python2.6/test/test_iterlen.pyo
+lib/python2.6/test/test_itertools.pyo
+lib/python2.6/test/test_json.pyo
+lib/python2.6/test/test_kqueue.pyo
+lib/python2.6/test/test_largefile.pyo
+lib/python2.6/test/test_lib2to3.pyo
+lib/python2.6/test/test_linuxaudiodev.pyo
+lib/python2.6/test/test_list.pyo
+lib/python2.6/test/test_locale.pyo
+lib/python2.6/test/test_logging.pyo
+lib/python2.6/test/test_long.pyo
+lib/python2.6/test/test_long_future.pyo
+lib/python2.6/test/test_longexp.pyo
+lib/python2.6/test/test_macos.pyo
+lib/python2.6/test/test_macostools.pyo
+lib/python2.6/test/test_macpath.pyo
+lib/python2.6/test/test_mailbox.pyo
+lib/python2.6/test/test_marshal.pyo
+lib/python2.6/test/test_math.pyo
+lib/python2.6/test/test_md5.pyo
+lib/python2.6/test/test_memoryio.pyo
+lib/python2.6/test/test_mhlib.pyo
+lib/python2.6/test/test_mimetools.pyo
+lib/python2.6/test/test_mimetypes.pyo
+lib/python2.6/test/test_minidom.pyo
+lib/python2.6/test/test_mmap.pyo
+lib/python2.6/test/test_module.pyo
+lib/python2.6/test/test_modulefinder.pyo
+lib/python2.6/test/test_multifile.pyo
+lib/python2.6/test/test_multibytecodec.pyo
+lib/python2.6/test/test_multibytecodec_support.pyo
+lib/python2.6/test/test_multiprocessing.pyo
+lib/python2.6/test/test_mutants.pyo
+lib/python2.6/test/test_mutex.pyo
+lib/python2.6/test/test_netrc.pyo
+lib/python2.6/test/test_new.pyo
+lib/python2.6/test/test_nis.pyo
+lib/python2.6/test/test_normalization.pyo
+lib/python2.6/test/test_ntpath.pyo
+lib/python2.6/test/test_old_mailbox.pyo
+lib/python2.6/test/test_opcodes.pyo
+lib/python2.6/test/test_openpty.pyo
+lib/python2.6/test/test_operator.pyo
+lib/python2.6/test/test_optparse.pyo
+lib/python2.6/test/test_os.pyo
+lib/python2.6/test/test_ossaudiodev.pyo
+lib/python2.6/test/test_parser.pyo
+lib/python2.6/test/test_peepholer.pyo
+lib/python2.6/test/test_pep247.pyo
+lib/python2.6/test/test_pep263.pyo
+lib/python2.6/test/test_pep277.pyo
+lib/python2.6/test/test_pep292.pyo
+lib/python2.6/test/test_pep352.pyo
+lib/python2.6/test/test_pickle.pyo
+lib/python2.6/test/test_pickletools.pyo
+lib/python2.6/test/test_pipes.pyo
+lib/python2.6/test/test_pkg.pyo
+lib/python2.6/test/test_pkgimport.pyo
+lib/python2.6/test/test_pkgutil.pyo
+lib/python2.6/test/test_platform.pyo
+lib/python2.6/test/test_plistlib.pyo
+lib/python2.6/test/test_poll.pyo
+lib/python2.6/test/test_popen.pyo
+lib/python2.6/test/test_popen2.pyo
+lib/python2.6/test/test_poplib.pyo
+lib/python2.6/test/test_posix.pyo
+lib/python2.6/test/test_posixpath.pyo
+lib/python2.6/test/test_pow.pyo
+lib/python2.6/test/test_pprint.pyo
+lib/python2.6/test/test_print.pyo
+lib/python2.6/test/test_profile.pyo
+lib/python2.6/test/test_profilehooks.pyo
+lib/python2.6/test/test_property.pyo
+lib/python2.6/test/test_pstats.pyo
+lib/python2.6/test/test_pty.pyo
+lib/python2.6/test/test_pwd.pyo
+lib/python2.6/test/test_py3kwarn.pyo
+lib/python2.6/test/test_pyclbr.pyo
+lib/python2.6/test/test_pydoc.pyo
+lib/python2.6/test/test_pyexpat.pyo
+lib/python2.6/test/test_queue.pyo
+lib/python2.6/test/test_quopri.pyo
+lib/python2.6/test/test_random.pyo
+lib/python2.6/test/test_re.pyo
+lib/python2.6/test/test_repr.pyo
+lib/python2.6/test/test_resource.pyo
+lib/python2.6/test/test_rfc822.pyo
+lib/python2.6/test/test_richcmp.pyo
+lib/python2.6/test/test_robotparser.pyo
+lib/python2.6/test/test_runpy.pyo
+lib/python2.6/test/test_sax.pyo
+lib/python2.6/test/test_scope.pyo
+lib/python2.6/test/test_scriptpackages.pyo
+lib/python2.6/test/test_select.pyo
+lib/python2.6/test/test_set.pyo
+lib/python2.6/test/test_sets.pyo
+lib/python2.6/test/test_sgmllib.pyo
+lib/python2.6/test/test_sha.pyo
+lib/python2.6/test/test_shelve.pyo
+lib/python2.6/test/test_shlex.pyo
+lib/python2.6/test/test_shutil.pyo
+lib/python2.6/test/test_signal.pyo
+lib/python2.6/test/test_site.pyo
+lib/python2.6/test/test_slice.pyo
+lib/python2.6/test/test_smtplib.pyo
+lib/python2.6/test/test_socket.pyo
+lib/python2.6/test/test_softspace.pyo
+lib/python2.6/test/test_socketserver.pyo
+lib/python2.6/test/test_sort.pyo
+lib/python2.6/test/test_sqlite.pyo
+lib/python2.6/test/test_ssl.pyo
+lib/python2.6/test/test_startfile.pyo
+lib/python2.6/test/test_str.pyo
+lib/python2.6/test/test_strftime.pyo
+lib/python2.6/test/test_string.pyo
+lib/python2.6/test/test_stringprep.pyo
+lib/python2.6/test/test_strop.pyo
+lib/python2.6/test/test_strptime.pyo
+lib/python2.6/test/test_struct.pyo
+lib/python2.6/test/test_structmembers.pyo
+lib/python2.6/test/test_structseq.pyo
+lib/python2.6/test/test_subprocess.pyo
+lib/python2.6/test/test_sunaudiodev.pyo
+lib/python2.6/test/test_sundry.pyo
+lib/python2.6/test/test_support.pyo
+lib/python2.6/test/test_symtable.pyo
+lib/python2.6/test/test_syntax.pyo
+lib/python2.6/test/test_sys.pyo
+lib/python2.6/test/test_tarfile.pyo
+lib/python2.6/test/test_tcl.pyo
+lib/python2.6/test/test_telnetlib.pyo
+lib/python2.6/test/test_tempfile.pyo
+lib/python2.6/test/test_textwrap.pyo
+lib/python2.6/test/test_thread.pyo
+lib/python2.6/test/test_threaded_import.pyo
+lib/python2.6/test/test_threadedtempfile.pyo
+lib/python2.6/test/test_threading.pyo
+lib/python2.6/test/test_threading_local.pyo
+lib/python2.6/test/test_threadsignals.pyo
+lib/python2.6/test/test_time.pyo
+lib/python2.6/test/test_timeout.pyo
+lib/python2.6/test/test_tokenize.pyo
+lib/python2.6/test/test_trace.pyo
+lib/python2.6/test/test_traceback.pyo
+lib/python2.6/test/test_transformer.pyo
+lib/python2.6/test/test_tuple.pyo
+lib/python2.6/test/test_typechecks.pyo
+lib/python2.6/test/test_types.pyo
+lib/python2.6/test/test_ucn.pyo
+lib/python2.6/test/test_unary.pyo
+lib/python2.6/test/test_undocumented_details.pyo
+lib/python2.6/test/test_unicode.pyo
+lib/python2.6/test/test_unicode_file.pyo
+lib/python2.6/test/test_unicodedata.pyo
+lib/python2.6/test/test_unittest.pyo
+lib/python2.6/test/test_univnewlines.pyo
+lib/python2.6/test/test_unpack.pyo
+lib/python2.6/test/test_urllib.pyo
+lib/python2.6/test/test_urllib2.pyo
+lib/python2.6/test/test_urllib2_localnet.pyo
+lib/python2.6/test/test_urllib2net.pyo
+lib/python2.6/test/test_uu.pyo
+lib/python2.6/test/test_urllibnet.pyo
+lib/python2.6/test/test_urlparse.pyo
+lib/python2.6/test/test_userdict.pyo
+lib/python2.6/test/test_userlist.pyo
+lib/python2.6/test/test_userstring.pyo
+lib/python2.6/test/test_uuid.pyo
+lib/python2.6/test/test_wait3.pyo
+lib/python2.6/test/test_wait4.pyo
+lib/python2.6/test/test_warnings.pyo
+lib/python2.6/test/test_wave.pyo
+lib/python2.6/test/test_weakref.pyo
+lib/python2.6/test/test_whichdb.pyo
+lib/python2.6/test/test_winreg.pyo
+lib/python2.6/test/test_winsound.pyo
+lib/python2.6/test/test_with.pyo
+lib/python2.6/test/test_wsgiref.pyo
+lib/python2.6/test/test_xdrlib.pyo
+lib/python2.6/test/test_xml_etree.pyo
+lib/python2.6/test/test_xml_etree_c.pyo
+lib/python2.6/test/test_xmllib.pyo
+lib/python2.6/test/test_xmlrpc.pyo
+lib/python2.6/test/test_xpickle.pyo
+lib/python2.6/test/test_xrange.pyo
+lib/python2.6/test/test_zipfile.pyo
+lib/python2.6/test/test_zipfile64.pyo
+lib/python2.6/test/test_zipimport.pyo
+lib/python2.6/test/test_zlib.pyo
+lib/python2.6/test/testall.pyo
+lib/python2.6/test/testcodec.pyo
+lib/python2.6/test/tf_inherit_check.pyo
+lib/python2.6/test/threaded_import_hangers.pyo
+lib/python2.6/test/time_hashlib.pyo
+lib/python2.6/test/warning_tests.pyo
+lib/python2.6/test/xmltests.pyo
+lib/python2.6/encodings/__init__.py
+lib/python2.6/encodings/aliases.py
+lib/python2.6/encodings/ascii.py
+lib/python2.6/encodings/base64_codec.py
+lib/python2.6/encodings/big5.py
+lib/python2.6/encodings/big5hkscs.py
+lib/python2.6/encodings/bz2_codec.py
+lib/python2.6/encodings/charmap.py
+lib/python2.6/encodings/cp037.py
+lib/python2.6/encodings/cp1006.py
+lib/python2.6/encodings/cp1026.py
+lib/python2.6/encodings/cp1140.py
+lib/python2.6/encodings/cp1250.py
+lib/python2.6/encodings/cp1251.py
+lib/python2.6/encodings/cp1252.py
+lib/python2.6/encodings/cp1253.py
+lib/python2.6/encodings/cp1254.py
+lib/python2.6/encodings/cp1255.py
+lib/python2.6/encodings/cp1256.py
+lib/python2.6/encodings/cp1257.py
+lib/python2.6/encodings/cp1258.py
+lib/python2.6/encodings/cp424.py
+lib/python2.6/encodings/cp437.py
+lib/python2.6/encodings/cp500.py
+lib/python2.6/encodings/cp737.py
+lib/python2.6/encodings/cp775.py
+lib/python2.6/encodings/cp850.py
+lib/python2.6/encodings/cp852.py
+lib/python2.6/encodings/cp855.py
+lib/python2.6/encodings/cp856.py
+lib/python2.6/encodings/cp857.py
+lib/python2.6/encodings/cp860.py
+lib/python2.6/encodings/cp861.py
+lib/python2.6/encodings/cp862.py
+lib/python2.6/encodings/cp863.py
+lib/python2.6/encodings/cp864.py
+lib/python2.6/encodings/cp865.py
+lib/python2.6/encodings/cp866.py
+lib/python2.6/encodings/cp869.py
+lib/python2.6/encodings/cp874.py
+lib/python2.6/encodings/cp875.py
+lib/python2.6/encodings/cp932.py
+lib/python2.6/encodings/cp949.py
+lib/python2.6/encodings/cp950.py
+lib/python2.6/encodings/euc_jis_2004.py
+lib/python2.6/encodings/euc_jisx0213.py
+lib/python2.6/encodings/euc_jp.py
+lib/python2.6/encodings/euc_kr.py
+lib/python2.6/encodings/gb18030.py
+lib/python2.6/encodings/gb2312.py
+lib/python2.6/encodings/gbk.py
+lib/python2.6/encodings/hex_codec.py
+lib/python2.6/encodings/hp_roman8.py
+lib/python2.6/encodings/hz.py
+lib/python2.6/encodings/idna.py
+lib/python2.6/encodings/iso2022_jp.py
+lib/python2.6/encodings/iso2022_jp_1.py
+lib/python2.6/encodings/iso2022_jp_2.py
+lib/python2.6/encodings/iso2022_jp_2004.py
+lib/python2.6/encodings/iso2022_jp_3.py
+lib/python2.6/encodings/iso2022_jp_ext.py
+lib/python2.6/encodings/iso2022_kr.py
+lib/python2.6/encodings/iso8859_1.py
+lib/python2.6/encodings/iso8859_10.py
+lib/python2.6/encodings/iso8859_11.py
+lib/python2.6/encodings/iso8859_13.py
+lib/python2.6/encodings/iso8859_14.py
+lib/python2.6/encodings/iso8859_15.py
+lib/python2.6/encodings/iso8859_16.py
+lib/python2.6/encodings/iso8859_2.py
+lib/python2.6/encodings/iso8859_3.py
+lib/python2.6/encodings/iso8859_4.py
+lib/python2.6/encodings/iso8859_5.py
+lib/python2.6/encodings/iso8859_6.py
+lib/python2.6/encodings/iso8859_7.py
+lib/python2.6/encodings/iso8859_8.py
+lib/python2.6/encodings/iso8859_9.py
+lib/python2.6/encodings/johab.py
+lib/python2.6/encodings/koi8_r.py
+lib/python2.6/encodings/koi8_u.py
+lib/python2.6/encodings/latin_1.py
+lib/python2.6/encodings/mac_arabic.py
+lib/python2.6/encodings/mac_centeuro.py
+lib/python2.6/encodings/mac_croatian.py
+lib/python2.6/encodings/mac_cyrillic.py
+lib/python2.6/encodings/mac_farsi.py
+lib/python2.6/encodings/mac_greek.py
+lib/python2.6/encodings/mac_iceland.py
+lib/python2.6/encodings/mac_latin2.py
+lib/python2.6/encodings/mac_roman.py
+lib/python2.6/encodings/mac_romanian.py
+lib/python2.6/encodings/mac_turkish.py
+lib/python2.6/encodings/mbcs.py
+lib/python2.6/encodings/palmos.py
+lib/python2.6/encodings/ptcp154.py
+lib/python2.6/encodings/punycode.py
+lib/python2.6/encodings/quopri_codec.py
+lib/python2.6/encodings/raw_unicode_escape.py
+lib/python2.6/encodings/rot_13.py
+lib/python2.6/encodings/shift_jis.py
+lib/python2.6/encodings/shift_jis_2004.py
+lib/python2.6/encodings/shift_jisx0213.py
+lib/python2.6/encodings/string_escape.py
+lib/python2.6/encodings/tis_620.py
+lib/python2.6/encodings/undefined.py
+lib/python2.6/encodings/unicode_escape.py
+lib/python2.6/encodings/unicode_internal.py
+lib/python2.6/encodings/utf_16.py
+lib/python2.6/encodings/utf_16_be.py
+lib/python2.6/encodings/utf_16_le.py
+lib/python2.6/encodings/utf_32.py
+lib/python2.6/encodings/utf_32_be.py
+lib/python2.6/encodings/utf_32_le.py
+lib/python2.6/encodings/utf_7.py
+lib/python2.6/encodings/utf_8.py
+lib/python2.6/encodings/utf_8_sig.py
+lib/python2.6/encodings/uu_codec.py
+lib/python2.6/encodings/zlib_codec.py
+lib/python2.6/encodings/__init__.pyc
+lib/python2.6/encodings/aliases.pyc
+lib/python2.6/encodings/ascii.pyc
+lib/python2.6/encodings/base64_codec.pyc
+lib/python2.6/encodings/big5.pyc
+lib/python2.6/encodings/big5hkscs.pyc
+lib/python2.6/encodings/bz2_codec.pyc
+lib/python2.6/encodings/charmap.pyc
+lib/python2.6/encodings/cp037.pyc
+lib/python2.6/encodings/cp1006.pyc
+lib/python2.6/encodings/cp1026.pyc
+lib/python2.6/encodings/cp1140.pyc
+lib/python2.6/encodings/cp1250.pyc
+lib/python2.6/encodings/cp1251.pyc
+lib/python2.6/encodings/cp1252.pyc
+lib/python2.6/encodings/cp1253.pyc
+lib/python2.6/encodings/cp1254.pyc
+lib/python2.6/encodings/cp1255.pyc
+lib/python2.6/encodings/cp1256.pyc
+lib/python2.6/encodings/cp1257.pyc
+lib/python2.6/encodings/cp1258.pyc
+lib/python2.6/encodings/cp424.pyc
+lib/python2.6/encodings/cp437.pyc
+lib/python2.6/encodings/cp500.pyc
+lib/python2.6/encodings/cp737.pyc
+lib/python2.6/encodings/cp775.pyc
+lib/python2.6/encodings/cp850.pyc
+lib/python2.6/encodings/cp852.pyc
+lib/python2.6/encodings/cp855.pyc
+lib/python2.6/encodings/cp856.pyc
+lib/python2.6/encodings/cp857.pyc
+lib/python2.6/encodings/cp860.pyc
+lib/python2.6/encodings/cp861.pyc
+lib/python2.6/encodings/cp862.pyc
+lib/python2.6/encodings/cp863.pyc
+lib/python2.6/encodings/cp864.pyc
+lib/python2.6/encodings/cp865.pyc
+lib/python2.6/encodings/cp866.pyc
+lib/python2.6/encodings/cp869.pyc
+lib/python2.6/encodings/cp874.pyc
+lib/python2.6/encodings/cp875.pyc
+lib/python2.6/encodings/cp932.pyc
+lib/python2.6/encodings/cp949.pyc
+lib/python2.6/encodings/cp950.pyc
+lib/python2.6/encodings/euc_jis_2004.pyc
+lib/python2.6/encodings/euc_jisx0213.pyc
+lib/python2.6/encodings/euc_jp.pyc
+lib/python2.6/encodings/euc_kr.pyc
+lib/python2.6/encodings/gb18030.pyc
+lib/python2.6/encodings/gb2312.pyc
+lib/python2.6/encodings/gbk.pyc
+lib/python2.6/encodings/hex_codec.pyc
+lib/python2.6/encodings/hp_roman8.pyc
+lib/python2.6/encodings/hz.pyc
+lib/python2.6/encodings/idna.pyc
+lib/python2.6/encodings/iso2022_jp.pyc
+lib/python2.6/encodings/iso2022_jp_1.pyc
+lib/python2.6/encodings/iso2022_jp_2.pyc
+lib/python2.6/encodings/iso2022_jp_2004.pyc
+lib/python2.6/encodings/iso2022_jp_3.pyc
+lib/python2.6/encodings/iso2022_jp_ext.pyc
+lib/python2.6/encodings/iso2022_kr.pyc
+lib/python2.6/encodings/iso8859_1.pyc
+lib/python2.6/encodings/iso8859_10.pyc
+lib/python2.6/encodings/iso8859_11.pyc
+lib/python2.6/encodings/iso8859_13.pyc
+lib/python2.6/encodings/johab.pyc
+lib/python2.6/encodings/iso8859_14.pyc
+lib/python2.6/encodings/iso8859_15.pyc
+lib/python2.6/encodings/iso8859_16.pyc
+lib/python2.6/encodings/iso8859_2.pyc
+lib/python2.6/encodings/iso8859_3.pyc
+lib/python2.6/encodings/iso8859_4.pyc
+lib/python2.6/encodings/iso8859_5.pyc
+lib/python2.6/encodings/iso8859_6.pyc
+lib/python2.6/encodings/iso8859_7.pyc
+lib/python2.6/encodings/iso8859_8.pyc
+lib/python2.6/encodings/iso8859_9.pyc
+lib/python2.6/encodings/koi8_r.pyc
+lib/python2.6/encodings/koi8_u.pyc
+lib/python2.6/encodings/latin_1.pyc
+lib/python2.6/encodings/mac_arabic.pyc
+lib/python2.6/encodings/mac_centeuro.pyc
+lib/python2.6/encodings/mac_croatian.pyc
+lib/python2.6/encodings/mac_cyrillic.pyc
+lib/python2.6/encodings/mac_farsi.pyc
+lib/python2.6/encodings/mac_greek.pyc
+lib/python2.6/encodings/mac_iceland.pyc
+lib/python2.6/encodings/mac_latin2.pyc
+lib/python2.6/encodings/mac_roman.pyc
+lib/python2.6/encodings/mac_romanian.pyc
+lib/python2.6/encodings/mac_turkish.pyc
+lib/python2.6/encodings/mbcs.pyc
+lib/python2.6/encodings/palmos.pyc
+lib/python2.6/encodings/ptcp154.pyc
+lib/python2.6/encodings/punycode.pyc
+lib/python2.6/encodings/quopri_codec.pyc
+lib/python2.6/encodings/raw_unicode_escape.pyc
+lib/python2.6/encodings/rot_13.pyc
+lib/python2.6/encodings/shift_jis.pyc
+lib/python2.6/encodings/shift_jis_2004.pyc
+lib/python2.6/encodings/shift_jisx0213.pyc
+lib/python2.6/encodings/string_escape.pyc
+lib/python2.6/encodings/tis_620.pyc
+lib/python2.6/encodings/undefined.pyc
+lib/python2.6/encodings/unicode_escape.pyc
+lib/python2.6/encodings/unicode_internal.pyc
+lib/python2.6/encodings/utf_16.pyc
+lib/python2.6/encodings/gbk.pyo
+lib/python2.6/encodings/utf_16_be.pyc
+lib/python2.6/encodings/utf_16_le.pyc
+lib/python2.6/encodings/utf_32.pyc
+lib/python2.6/encodings/utf_32_be.pyc
+lib/python2.6/encodings/utf_32_le.pyc
+lib/python2.6/encodings/utf_7.pyc
+lib/python2.6/encodings/utf_8.pyc
+lib/python2.6/encodings/utf_8_sig.pyc
+lib/python2.6/encodings/uu_codec.pyc
+lib/python2.6/encodings/zlib_codec.pyc
+lib/python2.6/encodings/__init__.pyo
+lib/python2.6/encodings/aliases.pyo
+lib/python2.6/encodings/ascii.pyo
+lib/python2.6/encodings/base64_codec.pyo
+lib/python2.6/encodings/big5.pyo
+lib/python2.6/encodings/big5hkscs.pyo
+lib/python2.6/encodings/bz2_codec.pyo
+lib/python2.6/encodings/charmap.pyo
+lib/python2.6/encodings/cp037.pyo
+lib/python2.6/encodings/cp1006.pyo
+lib/python2.6/encodings/cp1026.pyo
+lib/python2.6/encodings/cp1140.pyo
+lib/python2.6/encodings/cp1250.pyo
+lib/python2.6/encodings/cp1251.pyo
+lib/python2.6/encodings/cp1252.pyo
+lib/python2.6/encodings/cp1253.pyo
+lib/python2.6/encodings/cp1254.pyo
+lib/python2.6/encodings/cp1255.pyo
+lib/python2.6/encodings/cp1256.pyo
+lib/python2.6/encodings/cp1257.pyo
+lib/python2.6/encodings/cp1258.pyo
+lib/python2.6/encodings/cp424.pyo
+lib/python2.6/encodings/cp437.pyo
+lib/python2.6/encodings/cp500.pyo
+lib/python2.6/encodings/cp737.pyo
+lib/python2.6/encodings/cp775.pyo
+lib/python2.6/encodings/cp850.pyo
+lib/python2.6/encodings/cp852.pyo
+lib/python2.6/encodings/cp855.pyo
+lib/python2.6/encodings/cp856.pyo
+lib/python2.6/encodings/cp857.pyo
+lib/python2.6/encodings/cp860.pyo
+lib/python2.6/encodings/cp861.pyo
+lib/python2.6/encodings/cp862.pyo
+lib/python2.6/encodings/cp863.pyo
+lib/python2.6/encodings/cp864.pyo
+lib/python2.6/encodings/cp865.pyo
+lib/python2.6/encodings/cp866.pyo
+lib/python2.6/encodings/cp869.pyo
+lib/python2.6/encodings/cp874.pyo
+lib/python2.6/encodings/cp875.pyo
+lib/python2.6/encodings/cp932.pyo
+lib/python2.6/encodings/cp949.pyo
+lib/python2.6/encodings/cp950.pyo
+lib/python2.6/encodings/euc_jis_2004.pyo
+lib/python2.6/encodings/euc_jisx0213.pyo
+lib/python2.6/encodings/euc_jp.pyo
+lib/python2.6/encodings/euc_kr.pyo
+lib/python2.6/encodings/gb18030.pyo
+lib/python2.6/encodings/gb2312.pyo
+lib/python2.6/encodings/hex_codec.pyo
+lib/python2.6/encodings/hp_roman8.pyo
+lib/python2.6/encodings/hz.pyo
+lib/python2.6/encodings/idna.pyo
+lib/python2.6/encodings/iso2022_jp.pyo
+lib/python2.6/encodings/iso2022_jp_1.pyo
+lib/python2.6/encodings/iso2022_jp_2.pyo
+lib/python2.6/encodings/iso2022_jp_2004.pyo
+lib/python2.6/encodings/iso2022_jp_3.pyo
+lib/python2.6/encodings/iso2022_jp_ext.pyo
+lib/python2.6/encodings/iso2022_kr.pyo
+lib/python2.6/encodings/iso8859_1.pyo
+lib/python2.6/encodings/iso8859_10.pyo
+lib/python2.6/encodings/iso8859_11.pyo
+lib/python2.6/encodings/iso8859_13.pyo
+lib/python2.6/encodings/iso8859_14.pyo
+lib/python2.6/encodings/iso8859_15.pyo
+lib/python2.6/encodings/iso8859_16.pyo
+lib/python2.6/encodings/iso8859_2.pyo
+lib/python2.6/encodings/iso8859_3.pyo
+lib/python2.6/encodings/iso8859_4.pyo
+lib/python2.6/encodings/iso8859_5.pyo
+lib/python2.6/encodings/iso8859_6.pyo
+lib/python2.6/encodings/iso8859_7.pyo
+lib/python2.6/encodings/iso8859_8.pyo
+lib/python2.6/encodings/iso8859_9.pyo
+lib/python2.6/encodings/johab.pyo
+lib/python2.6/encodings/koi8_r.pyo
+lib/python2.6/encodings/koi8_u.pyo
+lib/python2.6/encodings/latin_1.pyo
+lib/python2.6/encodings/mac_arabic.pyo
+lib/python2.6/encodings/mac_farsi.pyo
+lib/python2.6/encodings/mac_centeuro.pyo
+lib/python2.6/encodings/mac_croatian.pyo
+lib/python2.6/encodings/mac_cyrillic.pyo
+lib/python2.6/encodings/mac_greek.pyo
+lib/python2.6/encodings/mac_iceland.pyo
+lib/python2.6/encodings/mac_latin2.pyo
+lib/python2.6/encodings/mac_roman.pyo
+lib/python2.6/encodings/mac_romanian.pyo
+lib/python2.6/encodings/mac_turkish.pyo
+lib/python2.6/encodings/mbcs.pyo
+lib/python2.6/encodings/palmos.pyo
+lib/python2.6/encodings/ptcp154.pyo
+lib/python2.6/encodings/punycode.pyo
+lib/python2.6/encodings/quopri_codec.pyo
+lib/python2.6/encodings/raw_unicode_escape.pyo
+lib/python2.6/encodings/rot_13.pyo
+lib/python2.6/encodings/shift_jis.pyo
+lib/python2.6/encodings/shift_jis_2004.pyo
+lib/python2.6/encodings/shift_jisx0213.pyo
+lib/python2.6/encodings/string_escape.pyo
+lib/python2.6/encodings/tis_620.pyo
+lib/python2.6/encodings/undefined.pyo
+lib/python2.6/encodings/unicode_escape.pyo
+lib/python2.6/encodings/unicode_internal.pyo
+lib/python2.6/encodings/utf_16.pyo
+lib/python2.6/encodings/utf_16_be.pyo
+lib/python2.6/encodings/utf_16_le.pyo
+lib/python2.6/encodings/utf_32.pyo
+lib/python2.6/encodings/utf_32_be.pyo
+lib/python2.6/encodings/utf_32_le.pyo
+lib/python2.6/encodings/utf_7.pyo
+lib/python2.6/encodings/utf_8.pyo
+lib/python2.6/encodings/utf_8_sig.pyo
+lib/python2.6/encodings/uu_codec.pyo
+lib/python2.6/encodings/zlib_codec.pyo
+lib/python2.6/compiler/__init__.py
+lib/python2.6/compiler/ast.py
+lib/python2.6/compiler/consts.py
+lib/python2.6/compiler/future.py
+lib/python2.6/compiler/misc.py
+lib/python2.6/compiler/pyassem.py
+lib/python2.6/compiler/pycodegen.py
+lib/python2.6/compiler/symbols.py
+lib/python2.6/compiler/syntax.py
+lib/python2.6/compiler/transformer.py
+lib/python2.6/compiler/visitor.py
+lib/python2.6/compiler/__init__.pyc
+lib/python2.6/compiler/ast.pyc
+lib/python2.6/compiler/consts.pyc
+lib/python2.6/compiler/future.pyc
+lib/python2.6/compiler/misc.pyc
+lib/python2.6/compiler/pyassem.pyc
+lib/python2.6/compiler/pycodegen.pyc
+lib/python2.6/compiler/symbols.pyc
+lib/python2.6/compiler/syntax.pyc
+lib/python2.6/compiler/transformer.pyc
+lib/python2.6/compiler/visitor.pyc
+lib/python2.6/compiler/__init__.pyo
+lib/python2.6/compiler/ast.pyo
+lib/python2.6/compiler/consts.pyo
+lib/python2.6/compiler/future.pyo
+lib/python2.6/compiler/misc.pyo
+lib/python2.6/compiler/pyassem.pyo
+lib/python2.6/compiler/pycodegen.pyo
+lib/python2.6/compiler/symbols.pyo
+lib/python2.6/compiler/syntax.pyo
+lib/python2.6/compiler/transformer.pyo
+lib/python2.6/compiler/visitor.pyo
+lib/python2.6/hotshot/__init__.py
+lib/python2.6/hotshot/log.py
+lib/python2.6/hotshot/stats.py
+lib/python2.6/hotshot/stones.py
+lib/python2.6/hotshot/__init__.pyc
+lib/python2.6/hotshot/log.pyc
+lib/python2.6/hotshot/stats.pyc
+lib/python2.6/hotshot/stones.pyc
+lib/python2.6/hotshot/__init__.pyo
+lib/python2.6/hotshot/log.pyo
+lib/python2.6/hotshot/stats.pyo
+lib/python2.6/hotshot/stones.pyo
+lib/python2.6/email/mime/__init__.py
+lib/python2.6/email/mime/application.py
+lib/python2.6/email/mime/audio.py
+lib/python2.6/email/mime/base.py
+lib/python2.6/email/mime/image.py
+lib/python2.6/email/mime/message.py
+lib/python2.6/email/mime/multipart.py
+lib/python2.6/email/mime/nonmultipart.py
+lib/python2.6/email/mime/text.py
+lib/python2.6/email/mime/__init__.pyc
+lib/python2.6/email/mime/application.pyc
+lib/python2.6/email/mime/audio.pyc
+lib/python2.6/email/mime/base.pyc
+lib/python2.6/email/mime/image.pyc
+lib/python2.6/email/mime/message.pyc
+lib/python2.6/email/mime/multipart.pyc
+lib/python2.6/email/mime/nonmultipart.pyc
+lib/python2.6/email/mime/text.pyc
+lib/python2.6/email/mime/__init__.pyo
+lib/python2.6/email/mime/application.pyo
+lib/python2.6/email/mime/audio.pyo
+lib/python2.6/email/mime/base.pyo
+lib/python2.6/email/mime/image.pyo
+lib/python2.6/email/mime/message.pyo
+lib/python2.6/email/mime/multipart.pyo
+lib/python2.6/email/mime/nonmultipart.pyo
+lib/python2.6/email/mime/text.pyo
+lib/python2.6/email/test/data/PyBanner048.gif
+lib/python2.6/email/test/data/audiotest.au
+lib/python2.6/email/test/data/msg_01.txt
+lib/python2.6/email/test/data/msg_02.txt
+lib/python2.6/email/test/data/msg_03.txt
+lib/python2.6/email/test/data/msg_04.txt
+lib/python2.6/email/test/data/msg_05.txt
+lib/python2.6/email/test/data/msg_06.txt
+lib/python2.6/email/test/data/msg_07.txt
+lib/python2.6/email/test/data/msg_08.txt
+lib/python2.6/email/test/data/msg_09.txt
+lib/python2.6/email/test/data/msg_10.txt
+lib/python2.6/email/test/data/msg_11.txt
+lib/python2.6/email/test/data/msg_12.txt
+lib/python2.6/email/test/data/msg_12a.txt
+lib/python2.6/email/test/data/msg_13.txt
+lib/python2.6/email/test/data/msg_14.txt
+lib/python2.6/email/test/data/msg_15.txt
+lib/python2.6/email/test/data/msg_16.txt
+lib/python2.6/email/test/data/msg_17.txt
+lib/python2.6/email/test/data/msg_18.txt
+lib/python2.6/email/test/data/msg_19.txt
+lib/python2.6/email/test/data/msg_20.txt
+lib/python2.6/email/test/data/msg_21.txt
+lib/python2.6/email/test/data/msg_22.txt
+lib/python2.6/email/test/data/msg_23.txt
+lib/python2.6/email/test/data/msg_24.txt
+lib/python2.6/email/test/data/msg_25.txt
+lib/python2.6/email/test/data/msg_26.txt
+lib/python2.6/email/test/data/msg_27.txt
+lib/python2.6/email/test/data/msg_28.txt
+lib/python2.6/email/test/data/msg_29.txt
+lib/python2.6/email/test/data/msg_30.txt
+lib/python2.6/email/test/data/msg_31.txt
+lib/python2.6/email/test/data/msg_32.txt
+lib/python2.6/email/test/data/msg_33.txt
+lib/python2.6/email/test/data/msg_34.txt
+lib/python2.6/email/test/data/msg_35.txt
+lib/python2.6/email/test/data/msg_36.txt
+lib/python2.6/email/test/data/msg_37.txt
+lib/python2.6/email/test/data/msg_38.txt
+lib/python2.6/email/test/data/msg_39.txt
+lib/python2.6/email/test/data/msg_40.txt
+lib/python2.6/email/test/data/msg_41.txt
+lib/python2.6/email/test/data/msg_42.txt
+lib/python2.6/email/test/data/msg_43.txt
+lib/python2.6/email/test/data/msg_44.txt
+lib/python2.6/email/test/__init__.py
+lib/python2.6/email/test/test_email.py
+lib/python2.6/email/test/test_email_codecs.py
+lib/python2.6/email/test/test_email_codecs_renamed.py
+lib/python2.6/email/test/test_email_renamed.py
+lib/python2.6/email/test/test_email_torture.py
+lib/python2.6/email/test/__init__.pyc
+lib/python2.6/email/test/test_email.pyc
+lib/python2.6/email/test/test_email_codecs.pyc
+lib/python2.6/email/test/test_email_codecs_renamed.pyc
+lib/python2.6/email/test/test_email_renamed.pyc
+lib/python2.6/email/test/test_email_torture.pyc
+lib/python2.6/email/test/__init__.pyo
+lib/python2.6/email/test/test_email.pyo
+lib/python2.6/email/test/test_email_codecs.pyo
+lib/python2.6/email/test/test_email_codecs_renamed.pyo
+lib/python2.6/email/test/test_email_renamed.pyo
+lib/python2.6/email/test/test_email_torture.pyo
+lib/python2.6/email/__init__.py
+lib/python2.6/email/_parseaddr.py
+lib/python2.6/email/base64mime.py
+lib/python2.6/email/charset.py
+lib/python2.6/email/encoders.py
+lib/python2.6/email/errors.py
+lib/python2.6/email/feedparser.py
+lib/python2.6/email/generator.py
+lib/python2.6/email/header.py
+lib/python2.6/email/iterators.py
+lib/python2.6/email/message.py
+lib/python2.6/email/parser.py
+lib/python2.6/email/quoprimime.py
+lib/python2.6/email/utils.py
+lib/python2.6/email/__init__.pyc
+lib/python2.6/email/_parseaddr.pyc
+lib/python2.6/email/base64mime.pyc
+lib/python2.6/email/charset.pyc
+lib/python2.6/email/encoders.pyc
+lib/python2.6/email/errors.pyc
+lib/python2.6/email/feedparser.pyc
+lib/python2.6/email/generator.pyc
+lib/python2.6/email/header.pyc
+lib/python2.6/email/iterators.pyc
+lib/python2.6/email/message.pyc
+lib/python2.6/email/parser.pyc
+lib/python2.6/email/quoprimime.pyc
+lib/python2.6/email/utils.pyc
+lib/python2.6/email/__init__.pyo
+lib/python2.6/email/_parseaddr.pyo
+lib/python2.6/email/base64mime.pyo
+lib/python2.6/email/charset.pyo
+lib/python2.6/email/encoders.pyo
+lib/python2.6/email/errors.pyo
+lib/python2.6/email/feedparser.pyo
+lib/python2.6/email/generator.pyo
+lib/python2.6/email/header.pyo
+lib/python2.6/email/iterators.pyo
+lib/python2.6/email/message.pyo
+lib/python2.6/email/parser.pyo
+lib/python2.6/email/quoprimime.pyo
+lib/python2.6/email/utils.pyo
+lib/python2.6/json/tests/__init__.py
+lib/python2.6/json/tests/test_decode.py
+lib/python2.6/json/tests/test_default.py
+lib/python2.6/json/tests/test_dump.py
+lib/python2.6/json/tests/test_encode_basestring_ascii.py
+lib/python2.6/json/tests/test_fail.py
+lib/python2.6/json/tests/test_float.py
+lib/python2.6/json/tests/test_indent.py
+lib/python2.6/json/tests/test_pass1.py
+lib/python2.6/json/tests/test_pass2.py
+lib/python2.6/json/tests/test_pass3.py
+lib/python2.6/json/tests/test_recursion.py
+lib/python2.6/json/tests/test_scanstring.py
+lib/python2.6/json/tests/test_separators.py
+lib/python2.6/json/tests/test_speedups.py
+lib/python2.6/json/tests/test_unicode.py
+lib/python2.6/json/tests/__init__.pyc
+lib/python2.6/json/tests/test_decode.pyc
+lib/python2.6/json/tests/test_default.pyc
+lib/python2.6/json/tests/test_dump.pyc
+lib/python2.6/json/tests/test_encode_basestring_ascii.pyc
+lib/python2.6/json/tests/test_fail.pyc
+lib/python2.6/json/tests/test_float.pyc
+lib/python2.6/json/tests/test_indent.pyc
+lib/python2.6/json/tests/test_pass1.pyc
+lib/python2.6/json/tests/test_pass2.pyc
+lib/python2.6/json/tests/test_pass3.pyc
+lib/python2.6/json/tests/test_recursion.pyc
+lib/python2.6/json/tests/test_scanstring.pyc
+lib/python2.6/json/tests/test_separators.pyc
+lib/python2.6/json/tests/test_speedups.pyc
+lib/python2.6/json/tests/test_unicode.pyc
+lib/python2.6/json/tests/__init__.pyo
+lib/python2.6/json/tests/test_decode.pyo
+lib/python2.6/json/tests/test_default.pyo
+lib/python2.6/json/tests/test_dump.pyo
+lib/python2.6/json/tests/test_encode_basestring_ascii.pyo
+lib/python2.6/json/tests/test_fail.pyo
+lib/python2.6/json/tests/test_float.pyo
+lib/python2.6/json/tests/test_indent.pyo
+lib/python2.6/json/tests/test_pass1.pyo
+lib/python2.6/json/tests/test_pass2.pyo
+lib/python2.6/json/tests/test_pass3.pyo
+lib/python2.6/json/tests/test_recursion.pyo
+lib/python2.6/json/tests/test_scanstring.pyo
+lib/python2.6/json/tests/test_separators.pyo
+lib/python2.6/json/tests/test_speedups.pyo
+lib/python2.6/json/tests/test_unicode.pyo
+lib/python2.6/json/__init__.py
+lib/python2.6/json/decoder.py
+lib/python2.6/json/encoder.py
+lib/python2.6/json/scanner.py
+lib/python2.6/json/tool.py
+lib/python2.6/json/__init__.pyc
+lib/python2.6/json/decoder.pyc
+lib/python2.6/json/encoder.pyc
+lib/python2.6/json/scanner.pyc
+lib/python2.6/json/tool.pyc
+lib/python2.6/json/__init__.pyo
+lib/python2.6/json/decoder.pyo
+lib/python2.6/json/encoder.pyo
+lib/python2.6/json/scanner.pyo
+lib/python2.6/json/tool.pyo
+lib/python2.6/sqlite3/test/__init__.py
+lib/python2.6/sqlite3/test/dbapi.py
+lib/python2.6/sqlite3/test/dump.py
+lib/python2.6/sqlite3/test/factory.py
+lib/python2.6/sqlite3/test/hooks.py
+lib/python2.6/sqlite3/test/py25tests.py
+lib/python2.6/sqlite3/test/regression.py
+lib/python2.6/sqlite3/test/transactions.py
+lib/python2.6/sqlite3/test/types.py
+lib/python2.6/sqlite3/test/userfunctions.py
+lib/python2.6/sqlite3/test/__init__.pyc
+lib/python2.6/sqlite3/test/dbapi.pyc
+lib/python2.6/sqlite3/test/dump.pyc
+lib/python2.6/sqlite3/test/factory.pyc
+lib/python2.6/sqlite3/test/hooks.pyc
+lib/python2.6/sqlite3/test/py25tests.pyc
+lib/python2.6/sqlite3/test/regression.pyc
+lib/python2.6/sqlite3/test/transactions.pyc
+lib/python2.6/sqlite3/test/types.pyc
+lib/python2.6/sqlite3/test/userfunctions.pyc
+lib/python2.6/sqlite3/test/__init__.pyo
+lib/python2.6/sqlite3/test/dbapi.pyo
+lib/python2.6/sqlite3/test/dump.pyo
+lib/python2.6/sqlite3/test/factory.pyo
+lib/python2.6/sqlite3/test/hooks.pyo
+lib/python2.6/sqlite3/test/py25tests.pyo
+lib/python2.6/sqlite3/test/regression.pyo
+lib/python2.6/sqlite3/test/transactions.pyo
+lib/python2.6/sqlite3/test/types.pyo
+lib/python2.6/sqlite3/test/userfunctions.pyo
+lib/python2.6/sqlite3/__init__.py
+lib/python2.6/sqlite3/dbapi2.py
+lib/python2.6/sqlite3/dump.py
+lib/python2.6/sqlite3/__init__.pyc
+lib/python2.6/sqlite3/dbapi2.pyc
+lib/python2.6/sqlite3/dump.pyc
+lib/python2.6/sqlite3/__init__.pyo
+lib/python2.6/sqlite3/dbapi2.pyo
+lib/python2.6/sqlite3/dump.pyo
+lib/python2.6/logging/__init__.py
+lib/python2.6/logging/config.py
+lib/python2.6/logging/handlers.py
+lib/python2.6/logging/__init__.pyc
+lib/python2.6/logging/config.pyc
+lib/python2.6/logging/handlers.pyc
+lib/python2.6/logging/__init__.pyo
+lib/python2.6/logging/config.pyo
+lib/python2.6/logging/handlers.pyo
+lib/python2.6/bsddb/test/__init__.py
+lib/python2.6/bsddb/test/test_all.py
+lib/python2.6/bsddb/test/test_associate.py
+lib/python2.6/bsddb/test/test_basics.py
+lib/python2.6/bsddb/test/test_compare.py
+lib/python2.6/bsddb/test/test_compat.py
+lib/python2.6/bsddb/test/test_cursor_pget_bug.py
+lib/python2.6/bsddb/test/test_dbobj.py
+lib/python2.6/bsddb/test/test_dbshelve.py
+lib/python2.6/bsddb/test/test_dbtables.py
+lib/python2.6/bsddb/test/test_distributed_transactions.py
+lib/python2.6/bsddb/test/test_early_close.py
+lib/python2.6/bsddb/test/test_get_none.py
+lib/python2.6/bsddb/test/test_join.py
+lib/python2.6/bsddb/test/test_lock.py
+lib/python2.6/bsddb/test/test_misc.py
+lib/python2.6/bsddb/test/test_pickle.py
+lib/python2.6/bsddb/test/test_queue.py
+lib/python2.6/bsddb/test/test_recno.py
+lib/python2.6/bsddb/test/test_replication.py
+lib/python2.6/bsddb/test/test_sequence.py
+lib/python2.6/bsddb/test/test_thread.py
+lib/python2.6/bsddb/test/__init__.pyc
+lib/python2.6/bsddb/test/test_all.pyc
+lib/python2.6/bsddb/test/test_associate.pyc
+lib/python2.6/bsddb/test/test_basics.pyc
+lib/python2.6/bsddb/test/test_compare.pyc
+lib/python2.6/bsddb/test/test_compat.pyc
+lib/python2.6/bsddb/test/test_cursor_pget_bug.pyc
+lib/python2.6/bsddb/test/test_dbobj.pyc
+lib/python2.6/bsddb/test/test_dbshelve.pyc
+lib/python2.6/bsddb/test/test_dbtables.pyc
+lib/python2.6/bsddb/test/test_distributed_transactions.pyc
+lib/python2.6/bsddb/test/test_early_close.pyc
+lib/python2.6/bsddb/test/test_get_none.pyc
+lib/python2.6/bsddb/test/test_join.pyc
+lib/python2.6/bsddb/test/test_lock.pyc
+lib/python2.6/bsddb/test/test_misc.pyc
+lib/python2.6/bsddb/test/test_pickle.pyc
+lib/python2.6/bsddb/test/test_queue.pyc
+lib/python2.6/bsddb/test/test_recno.pyc
+lib/python2.6/bsddb/test/test_replication.pyc
+lib/python2.6/bsddb/test/test_sequence.pyc
+lib/python2.6/bsddb/test/test_thread.pyc
+lib/python2.6/bsddb/test/__init__.pyo
+lib/python2.6/bsddb/test/test_all.pyo
+lib/python2.6/bsddb/test/test_associate.pyo
+lib/python2.6/bsddb/test/test_basics.pyo
+lib/python2.6/bsddb/test/test_compare.pyo
+lib/python2.6/bsddb/test/test_compat.pyo
+lib/python2.6/bsddb/test/test_cursor_pget_bug.pyo
+lib/python2.6/bsddb/test/test_dbobj.pyo
+lib/python2.6/bsddb/test/test_dbshelve.pyo
+lib/python2.6/bsddb/test/test_dbtables.pyo
+lib/python2.6/bsddb/test/test_early_close.pyo
+lib/python2.6/bsddb/test/test_distributed_transactions.pyo
+lib/python2.6/bsddb/test/test_get_none.pyo
+lib/python2.6/bsddb/test/test_join.pyo
+lib/python2.6/bsddb/test/test_lock.pyo
+lib/python2.6/bsddb/test/test_misc.pyo
+lib/python2.6/bsddb/test/test_pickle.pyo
+lib/python2.6/bsddb/test/test_queue.pyo
+lib/python2.6/bsddb/test/test_recno.pyo
+lib/python2.6/bsddb/test/test_replication.pyo
+lib/python2.6/bsddb/test/test_sequence.pyo
+lib/python2.6/bsddb/test/test_thread.pyo
+lib/python2.6/bsddb/__init__.py
+lib/python2.6/bsddb/db.py
+lib/python2.6/bsddb/dbobj.py
+lib/python2.6/bsddb/dbrecio.py
+lib/python2.6/bsddb/dbshelve.py
+lib/python2.6/bsddb/dbtables.py
+lib/python2.6/bsddb/dbutils.py
+lib/python2.6/bsddb/__init__.pyc
+lib/python2.6/bsddb/db.pyc
+lib/python2.6/bsddb/dbobj.pyc
+lib/python2.6/bsddb/dbrecio.pyc
+lib/python2.6/bsddb/dbshelve.pyc
+lib/python2.6/bsddb/dbtables.pyc
+lib/python2.6/bsddb/dbutils.pyc
+lib/python2.6/bsddb/__init__.pyo
+lib/python2.6/bsddb/db.pyo
+lib/python2.6/bsddb/dbobj.pyo
+lib/python2.6/bsddb/dbrecio.pyo
+lib/python2.6/bsddb/dbshelve.pyo
+lib/python2.6/bsddb/dbtables.pyo
+lib/python2.6/bsddb/dbutils.pyo
+lib/python2.6/wsgiref/__init__.py
+lib/python2.6/wsgiref/handlers.py
+lib/python2.6/wsgiref/headers.py
+lib/python2.6/wsgiref/simple_server.py
+lib/python2.6/wsgiref/util.py
+lib/python2.6/wsgiref/validate.py
+lib/python2.6/wsgiref/__init__.pyc
+lib/python2.6/wsgiref/handlers.pyc
+lib/python2.6/wsgiref/headers.pyc
+lib/python2.6/wsgiref/simple_server.pyc
+lib/python2.6/wsgiref/util.pyc
+lib/python2.6/wsgiref/validate.pyc
+lib/python2.6/wsgiref/__init__.pyo
+lib/python2.6/wsgiref/handlers.pyo
+lib/python2.6/wsgiref/headers.pyo
+lib/python2.6/wsgiref/simple_server.pyo
+lib/python2.6/wsgiref/util.pyo
+lib/python2.6/wsgiref/validate.pyo
+lib/python2.6/lib2to3/fixes/__init__.py
+lib/python2.6/lib2to3/fixes/fix_apply.py
+lib/python2.6/lib2to3/fixes/fix_basestring.py
+lib/python2.6/lib2to3/fixes/fix_buffer.py
+lib/python2.6/lib2to3/fixes/fix_callable.py
+lib/python2.6/lib2to3/fixes/fix_dict.py
+lib/python2.6/lib2to3/fixes/fix_except.py
+lib/python2.6/lib2to3/fixes/fix_exec.py
+lib/python2.6/lib2to3/fixes/fix_execfile.py
+lib/python2.6/lib2to3/fixes/fix_filter.py
+lib/python2.6/lib2to3/fixes/fix_funcattrs.py
+lib/python2.6/lib2to3/fixes/fix_future.py
+lib/python2.6/lib2to3/fixes/fix_has_key.py
+lib/python2.6/lib2to3/fixes/fix_idioms.py
+lib/python2.6/lib2to3/fixes/fix_import.py
+lib/python2.6/lib2to3/fixes/fix_imports.py
+lib/python2.6/lib2to3/fixes/fix_imports2.py
+lib/python2.6/lib2to3/fixes/fix_input.py
+lib/python2.6/lib2to3/fixes/fix_intern.py
+lib/python2.6/lib2to3/fixes/fix_itertools.py
+lib/python2.6/lib2to3/fixes/fix_itertools_imports.py
+lib/python2.6/lib2to3/fixes/fix_long.py
+lib/python2.6/lib2to3/fixes/fix_map.py
+lib/python2.6/lib2to3/fixes/fix_metaclass.py
+lib/python2.6/lib2to3/fixes/fix_methodattrs.py
+lib/python2.6/lib2to3/fixes/fix_ne.py
+lib/python2.6/lib2to3/fixes/fix_next.py
+lib/python2.6/lib2to3/fixes/fix_nonzero.py
+lib/python2.6/lib2to3/fixes/fix_numliterals.py
+lib/python2.6/lib2to3/fixes/fix_paren.py
+lib/python2.6/lib2to3/fixes/fix_print.py
+lib/python2.6/lib2to3/fixes/fix_raise.py
+lib/python2.6/lib2to3/fixes/fix_raw_input.py
+lib/python2.6/lib2to3/fixes/fix_renames.py
+lib/python2.6/lib2to3/fixes/fix_repr.py
+lib/python2.6/lib2to3/fixes/fix_standarderror.py
+lib/python2.6/lib2to3/fixes/fix_sys_exc.py
+lib/python2.6/lib2to3/fixes/fix_throw.py
+lib/python2.6/lib2to3/fixes/fix_tuple_params.py
+lib/python2.6/lib2to3/fixes/fix_types.py
+lib/python2.6/lib2to3/fixes/fix_unicode.py
+lib/python2.6/lib2to3/fixes/fix_urllib.py
+lib/python2.6/lib2to3/fixes/fix_ws_comma.py
+lib/python2.6/lib2to3/fixes/fix_xrange.py
+lib/python2.6/lib2to3/fixes/fix_xreadlines.py
+lib/python2.6/lib2to3/fixes/fix_zip.py
+lib/python2.6/lib2to3/fixes/__init__.pyc
+lib/python2.6/lib2to3/fixes/fix_apply.pyc
+lib/python2.6/lib2to3/fixes/fix_basestring.pyc
+lib/python2.6/lib2to3/fixes/fix_buffer.pyc
+lib/python2.6/lib2to3/fixes/fix_callable.pyc
+lib/python2.6/lib2to3/fixes/fix_dict.pyc
+lib/python2.6/lib2to3/fixes/fix_except.pyc
+lib/python2.6/lib2to3/fixes/fix_exec.pyc
+lib/python2.6/lib2to3/fixes/fix_execfile.pyc
+lib/python2.6/lib2to3/fixes/fix_filter.pyc
+lib/python2.6/lib2to3/fixes/fix_funcattrs.pyc
+lib/python2.6/lib2to3/fixes/fix_future.pyc
+lib/python2.6/lib2to3/fixes/fix_has_key.pyc
+lib/python2.6/lib2to3/fixes/fix_idioms.pyc
+lib/python2.6/lib2to3/fixes/fix_import.pyc
+lib/python2.6/lib2to3/fixes/fix_imports.pyc
+lib/python2.6/lib2to3/fixes/fix_imports2.pyc
+lib/python2.6/lib2to3/fixes/fix_input.pyc
+lib/python2.6/lib2to3/fixes/fix_intern.pyc
+lib/python2.6/lib2to3/fixes/fix_itertools.pyc
+lib/python2.6/lib2to3/fixes/fix_itertools_imports.pyc
+lib/python2.6/lib2to3/fixes/fix_long.pyc
+lib/python2.6/lib2to3/fixes/fix_map.pyc
+lib/python2.6/lib2to3/fixes/fix_metaclass.pyc
+lib/python2.6/lib2to3/fixes/fix_methodattrs.pyc
+lib/python2.6/lib2to3/fixes/fix_ne.pyc
+lib/python2.6/lib2to3/fixes/fix_next.pyc
+lib/python2.6/lib2to3/fixes/fix_nonzero.pyc
+lib/python2.6/lib2to3/fixes/fix_numliterals.pyc
+lib/python2.6/lib2to3/fixes/fix_paren.pyc
+lib/python2.6/lib2to3/fixes/fix_print.pyc
+lib/python2.6/lib2to3/fixes/fix_raise.pyc
+lib/python2.6/lib2to3/fixes/fix_raw_input.pyc
+lib/python2.6/lib2to3/fixes/fix_renames.pyc
+lib/python2.6/lib2to3/fixes/fix_repr.pyc
+lib/python2.6/lib2to3/fixes/fix_standarderror.pyc
+lib/python2.6/lib2to3/fixes/fix_sys_exc.pyc
+lib/python2.6/lib2to3/fixes/fix_throw.pyc
+lib/python2.6/lib2to3/fixes/fix_tuple_params.pyc
+lib/python2.6/lib2to3/fixes/fix_types.pyc
+lib/python2.6/lib2to3/fixes/fix_unicode.pyc
+lib/python2.6/lib2to3/fixes/fix_urllib.pyc
+lib/python2.6/lib2to3/fixes/fix_ws_comma.pyc
+lib/python2.6/lib2to3/fixes/fix_xrange.pyc
+lib/python2.6/lib2to3/fixes/fix_xreadlines.pyc
+lib/python2.6/lib2to3/fixes/fix_zip.pyc
+lib/python2.6/lib2to3/fixes/__init__.pyo
+lib/python2.6/lib2to3/fixes/fix_apply.pyo
+lib/python2.6/lib2to3/fixes/fix_basestring.pyo
+lib/python2.6/lib2to3/fixes/fix_buffer.pyo
+lib/python2.6/lib2to3/fixes/fix_callable.pyo
+lib/python2.6/lib2to3/fixes/fix_dict.pyo
+lib/python2.6/lib2to3/fixes/fix_except.pyo
+lib/python2.6/lib2to3/fixes/fix_exec.pyo
+lib/python2.6/lib2to3/fixes/fix_execfile.pyo
+lib/python2.6/lib2to3/fixes/fix_filter.pyo
+lib/python2.6/lib2to3/fixes/fix_funcattrs.pyo
+lib/python2.6/lib2to3/fixes/fix_future.pyo
+lib/python2.6/lib2to3/fixes/fix_has_key.pyo
+lib/python2.6/lib2to3/fixes/fix_idioms.pyo
+lib/python2.6/lib2to3/fixes/fix_import.pyo
+lib/python2.6/lib2to3/fixes/fix_imports.pyo
+lib/python2.6/lib2to3/fixes/fix_imports2.pyo
+lib/python2.6/lib2to3/fixes/fix_input.pyo
+lib/python2.6/lib2to3/fixes/fix_intern.pyo
+lib/python2.6/lib2to3/fixes/fix_itertools.pyo
+lib/python2.6/lib2to3/fixes/fix_itertools_imports.pyo
+lib/python2.6/lib2to3/fixes/fix_long.pyo
+lib/python2.6/lib2to3/fixes/fix_map.pyo
+lib/python2.6/lib2to3/fixes/fix_metaclass.pyo
+lib/python2.6/lib2to3/fixes/fix_methodattrs.pyo
+lib/python2.6/lib2to3/fixes/fix_ne.pyo
+lib/python2.6/lib2to3/fixes/fix_next.pyo
+lib/python2.6/lib2to3/fixes/fix_nonzero.pyo
+lib/python2.6/lib2to3/fixes/fix_numliterals.pyo
+lib/python2.6/lib2to3/fixes/fix_paren.pyo
+lib/python2.6/lib2to3/fixes/fix_print.pyo
+lib/python2.6/lib2to3/fixes/fix_raise.pyo
+lib/python2.6/lib2to3/fixes/fix_raw_input.pyo
+lib/python2.6/lib2to3/fixes/fix_renames.pyo
+lib/python2.6/lib2to3/fixes/fix_repr.pyo
+lib/python2.6/lib2to3/fixes/fix_standarderror.pyo
+lib/python2.6/lib2to3/fixes/fix_sys_exc.pyo
+lib/python2.6/lib2to3/fixes/fix_throw.pyo
+lib/python2.6/lib2to3/fixes/fix_tuple_params.pyo
+lib/python2.6/lib2to3/fixes/fix_types.pyo
+lib/python2.6/lib2to3/fixes/fix_unicode.pyo
+lib/python2.6/lib2to3/fixes/fix_urllib.pyo
+lib/python2.6/lib2to3/fixes/fix_ws_comma.pyo
+lib/python2.6/lib2to3/fixes/fix_xrange.pyo
+lib/python2.6/lib2to3/fixes/fix_xreadlines.pyo
+lib/python2.6/lib2to3/fixes/fix_zip.pyo
+lib/python2.6/lib2to3/pgen2/__init__.py
+lib/python2.6/lib2to3/pgen2/conv.py
+lib/python2.6/lib2to3/pgen2/driver.py
+lib/python2.6/lib2to3/pgen2/grammar.py
+lib/python2.6/lib2to3/pgen2/literals.py
+lib/python2.6/lib2to3/pgen2/parse.py
+lib/python2.6/lib2to3/pgen2/pgen.py
+lib/python2.6/lib2to3/pgen2/token.py
+lib/python2.6/lib2to3/pgen2/tokenize.py
+lib/python2.6/lib2to3/pgen2/__init__.pyc
+lib/python2.6/lib2to3/pgen2/conv.pyc
+lib/python2.6/lib2to3/pgen2/driver.pyc
+lib/python2.6/lib2to3/pgen2/grammar.pyc
+lib/python2.6/lib2to3/pgen2/literals.pyc
+lib/python2.6/lib2to3/pgen2/parse.pyc
+lib/python2.6/lib2to3/pgen2/pgen.pyc
+lib/python2.6/lib2to3/pgen2/token.pyc
+lib/python2.6/lib2to3/pgen2/tokenize.pyc
+lib/python2.6/lib2to3/pgen2/__init__.pyo
+lib/python2.6/lib2to3/pgen2/conv.pyo
+lib/python2.6/lib2to3/pgen2/driver.pyo
+lib/python2.6/lib2to3/pgen2/grammar.pyo
+lib/python2.6/lib2to3/pgen2/literals.pyo
+lib/python2.6/lib2to3/pgen2/parse.pyo
+lib/python2.6/lib2to3/pgen2/pgen.pyo
+lib/python2.6/lib2to3/pgen2/token.pyo
+lib/python2.6/lib2to3/pgen2/tokenize.pyo
+lib/python2.6/lib2to3/tests/__init__.py
+lib/python2.6/lib2to3/tests/benchmark.py
+lib/python2.6/lib2to3/tests/pytree_idempotency.py
+lib/python2.6/lib2to3/tests/support.py
+lib/python2.6/lib2to3/tests/test_all_fixers.py
+lib/python2.6/lib2to3/tests/test_fixers.py
+lib/python2.6/lib2to3/tests/test_parser.py
+lib/python2.6/lib2to3/tests/test_pytree.py
+lib/python2.6/lib2to3/tests/test_refactor.py
+lib/python2.6/lib2to3/tests/test_util.py
+lib/python2.6/lib2to3/tests/__init__.pyc
+lib/python2.6/lib2to3/tests/benchmark.pyc
+lib/python2.6/lib2to3/tests/pytree_idempotency.pyc
+lib/python2.6/lib2to3/tests/support.pyc
+lib/python2.6/lib2to3/tests/test_all_fixers.pyc
+lib/python2.6/lib2to3/tests/test_fixers.pyc
+lib/python2.6/lib2to3/tests/test_parser.pyc
+lib/python2.6/lib2to3/tests/test_pytree.pyc
+lib/python2.6/lib2to3/tests/test_refactor.pyc
+lib/python2.6/lib2to3/tests/test_util.pyc
+lib/python2.6/lib2to3/tests/__init__.pyo
+lib/python2.6/lib2to3/tests/benchmark.pyo
+lib/python2.6/lib2to3/tests/pytree_idempotency.pyo
+lib/python2.6/lib2to3/tests/support.pyo
+lib/python2.6/lib2to3/tests/test_all_fixers.pyo
+lib/python2.6/lib2to3/tests/test_fixers.pyo
+lib/python2.6/lib2to3/tests/test_parser.pyo
+lib/python2.6/lib2to3/tests/test_pytree.pyo
+lib/python2.6/lib2to3/tests/test_refactor.pyo
+lib/python2.6/lib2to3/tests/test_util.pyo
+lib/python2.6/lib2to3/Grammar.txt
+lib/python2.6/lib2to3/PatternGrammar.txt
+lib/python2.6/lib2to3/__init__.py
+lib/python2.6/lib2to3/fixer_base.py
+lib/python2.6/lib2to3/fixer_util.py
+lib/python2.6/lib2to3/main.py
+lib/python2.6/lib2to3/patcomp.py
+lib/python2.6/lib2to3/pygram.py
+lib/python2.6/lib2to3/pytree.py
+lib/python2.6/lib2to3/refactor.py
+lib/python2.6/lib2to3/__init__.pyc
+lib/python2.6/lib2to3/fixer_base.pyc
+lib/python2.6/lib2to3/fixer_util.pyc
+lib/python2.6/lib2to3/main.pyc
+lib/python2.6/lib2to3/patcomp.pyc
+lib/python2.6/lib2to3/pygram.pyc
+lib/python2.6/lib2to3/pytree.pyc
+lib/python2.6/lib2to3/refactor.pyc
+lib/python2.6/lib2to3/__init__.pyo
+lib/python2.6/lib2to3/fixer_base.pyo
+lib/python2.6/lib2to3/fixer_util.pyo
+lib/python2.6/lib2to3/main.pyo
+lib/python2.6/lib2to3/patcomp.pyo
+lib/python2.6/lib2to3/pygram.pyo
+lib/python2.6/lib2to3/pytree.pyo
+lib/python2.6/lib2to3/refactor.pyo
+lib/python2.6/lib2to3/Grammar2.6.0.final.0.pickle
+lib/python2.6/lib2to3/PatternGrammar2.6.0.final.0.pickle
+lib/python2.6/ctypes/test/__init__.py
+lib/python2.6/ctypes/test/runtests.py
+lib/python2.6/ctypes/test/test_anon.py
+lib/python2.6/ctypes/test/test_array_in_pointer.py
+lib/python2.6/ctypes/test/test_arrays.py
+lib/python2.6/ctypes/test/test_as_parameter.py
+lib/python2.6/ctypes/test/test_bitfields.py
+lib/python2.6/ctypes/test/test_buffers.py
+lib/python2.6/ctypes/test/test_byteswap.py
+lib/python2.6/ctypes/test/test_callbacks.py
+lib/python2.6/ctypes/test/test_cast.py
+lib/python2.6/ctypes/test/test_cfuncs.py
+lib/python2.6/ctypes/test/test_checkretval.py
+lib/python2.6/ctypes/test/test_delattr.py
+lib/python2.6/ctypes/test/test_errcheck.py
+lib/python2.6/ctypes/test/test_errno.py
+lib/python2.6/ctypes/test/test_find.py
+lib/python2.6/ctypes/test/test_frombuffer.py
+lib/python2.6/ctypes/test/test_funcptr.py
+lib/python2.6/ctypes/test/test_functions.py
+lib/python2.6/ctypes/test/test_incomplete.py
+lib/python2.6/ctypes/test/test_init.py
+lib/python2.6/ctypes/test/test_integers.py
+lib/python2.6/ctypes/test/test_internals.py
+lib/python2.6/ctypes/test/test_keeprefs.py
+lib/python2.6/ctypes/test/test_libc.py
+lib/python2.6/ctypes/test/test_loading.py
+lib/python2.6/ctypes/test/test_macholib.py
+lib/python2.6/ctypes/test/test_memfunctions.py
+lib/python2.6/ctypes/test/test_numbers.py
+lib/python2.6/ctypes/test/test_objects.py
+lib/python2.6/ctypes/test/test_parameters.py
+lib/python2.6/ctypes/test/test_pep3118.py
+lib/python2.6/ctypes/test/test_pickling.py
+lib/python2.6/ctypes/test/test_pointers.py
+lib/python2.6/ctypes/test/test_prototypes.py
+lib/python2.6/ctypes/test/test_python_api.py
+lib/python2.6/ctypes/test/test_random_things.py
+lib/python2.6/ctypes/test/test_refcounts.py
+lib/python2.6/ctypes/test/test_repr.py
+lib/python2.6/ctypes/test/test_returnfuncptrs.py
+lib/python2.6/ctypes/test/test_simplesubclasses.py
+lib/python2.6/ctypes/test/test_sizes.py
+lib/python2.6/ctypes/test/test_slicing.py
+lib/python2.6/ctypes/test/test_stringptr.py
+lib/python2.6/ctypes/test/test_strings.py
+lib/python2.6/ctypes/test/test_struct_fields.py
+lib/python2.6/ctypes/test/test_structures.py
+lib/python2.6/ctypes/test/test_unaligned_structures.py
+lib/python2.6/ctypes/test/test_unicode.py
+lib/python2.6/ctypes/test/test_values.py
+lib/python2.6/ctypes/test/test_varsize_struct.py
+lib/python2.6/ctypes/test/test_win32.py
+lib/python2.6/ctypes/test/__init__.pyc
+lib/python2.6/ctypes/test/runtests.pyc
+lib/python2.6/ctypes/test/test_anon.pyc
+lib/python2.6/ctypes/test/test_array_in_pointer.pyc
+lib/python2.6/ctypes/test/test_arrays.pyc
+lib/python2.6/ctypes/test/test_as_parameter.pyc
+lib/python2.6/ctypes/test/test_bitfields.pyc
+lib/python2.6/ctypes/test/test_buffers.pyc
+lib/python2.6/ctypes/test/test_byteswap.pyc
+lib/python2.6/ctypes/test/test_callbacks.pyc
+lib/python2.6/ctypes/test/test_cast.pyc
+lib/python2.6/ctypes/test/test_cfuncs.pyc
+lib/python2.6/ctypes/test/test_checkretval.pyc
+lib/python2.6/ctypes/test/test_delattr.pyc
+lib/python2.6/ctypes/test/test_errcheck.pyc
+lib/python2.6/ctypes/test/test_errno.pyc
+lib/python2.6/ctypes/test/test_find.pyc
+lib/python2.6/ctypes/test/test_frombuffer.pyc
+lib/python2.6/ctypes/test/test_funcptr.pyc
+lib/python2.6/ctypes/test/test_functions.pyc
+lib/python2.6/ctypes/test/test_incomplete.pyc
+lib/python2.6/ctypes/test/test_init.pyc
+lib/python2.6/ctypes/test/test_integers.pyc
+lib/python2.6/ctypes/test/test_internals.pyc
+lib/python2.6/ctypes/test/test_keeprefs.pyc
+lib/python2.6/ctypes/test/test_libc.pyc
+lib/python2.6/ctypes/test/test_loading.pyc
+lib/python2.6/ctypes/test/test_macholib.pyc
+lib/python2.6/ctypes/test/test_memfunctions.pyc
+lib/python2.6/ctypes/test/test_numbers.pyc
+lib/python2.6/ctypes/test/test_objects.pyc
+lib/python2.6/ctypes/test/test_parameters.pyc
+lib/python2.6/ctypes/test/test_pep3118.pyc
+lib/python2.6/ctypes/test/test_pickling.pyc
+lib/python2.6/ctypes/test/test_pointers.pyc
+lib/python2.6/ctypes/test/test_prototypes.pyc
+lib/python2.6/ctypes/test/test_python_api.pyc
+lib/python2.6/ctypes/test/test_random_things.pyc
+lib/python2.6/ctypes/test/test_refcounts.pyc
+lib/python2.6/ctypes/test/test_repr.pyc
+lib/python2.6/ctypes/test/test_returnfuncptrs.pyc
+lib/python2.6/ctypes/test/test_simplesubclasses.pyc
+lib/python2.6/ctypes/test/test_sizes.pyc
+lib/python2.6/ctypes/test/test_slicing.pyc
+lib/python2.6/ctypes/test/test_stringptr.pyc
+lib/python2.6/ctypes/test/test_strings.pyc
+lib/python2.6/ctypes/test/test_struct_fields.pyc
+lib/python2.6/ctypes/test/test_structures.pyc
+lib/python2.6/ctypes/test/test_unaligned_structures.pyc
+lib/python2.6/ctypes/test/test_unicode.pyc
+lib/python2.6/ctypes/test/test_values.pyc
+lib/python2.6/ctypes/test/test_varsize_struct.pyc
+lib/python2.6/ctypes/test/test_win32.pyc
+lib/python2.6/ctypes/test/__init__.pyo
+lib/python2.6/ctypes/test/runtests.pyo
+lib/python2.6/ctypes/test/test_anon.pyo
+lib/python2.6/ctypes/test/test_array_in_pointer.pyo
+lib/python2.6/ctypes/test/test_arrays.pyo
+lib/python2.6/ctypes/test/test_as_parameter.pyo
+lib/python2.6/ctypes/test/test_bitfields.pyo
+lib/python2.6/ctypes/test/test_buffers.pyo
+lib/python2.6/ctypes/test/test_byteswap.pyo
+lib/python2.6/ctypes/test/test_callbacks.pyo
+lib/python2.6/ctypes/test/test_cast.pyo
+lib/python2.6/ctypes/test/test_cfuncs.pyo
+lib/python2.6/ctypes/test/test_checkretval.pyo
+lib/python2.6/ctypes/test/test_delattr.pyo
+lib/python2.6/ctypes/test/test_errcheck.pyo
+lib/python2.6/ctypes/test/test_errno.pyo
+lib/python2.6/ctypes/test/test_find.pyo
+lib/python2.6/ctypes/test/test_frombuffer.pyo
+lib/python2.6/ctypes/test/test_funcptr.pyo
+lib/python2.6/ctypes/test/test_functions.pyo
+lib/python2.6/ctypes/test/test_incomplete.pyo
+lib/python2.6/ctypes/test/test_init.pyo
+lib/python2.6/ctypes/test/test_integers.pyo
+lib/python2.6/ctypes/test/test_internals.pyo
+lib/python2.6/ctypes/test/test_keeprefs.pyo
+lib/python2.6/ctypes/test/test_libc.pyo
+lib/python2.6/ctypes/test/test_loading.pyo
+lib/python2.6/ctypes/test/test_macholib.pyo
+lib/python2.6/ctypes/test/test_memfunctions.pyo
+lib/python2.6/ctypes/test/test_numbers.pyo
+lib/python2.6/ctypes/test/test_objects.pyo
+lib/python2.6/ctypes/test/test_parameters.pyo
+lib/python2.6/ctypes/test/test_pep3118.pyo
+lib/python2.6/ctypes/test/test_pickling.pyo
+lib/python2.6/ctypes/test/test_pointers.pyo
+lib/python2.6/ctypes/test/test_prototypes.pyo
+lib/python2.6/ctypes/test/test_python_api.pyo
+lib/python2.6/ctypes/test/test_random_things.pyo
+lib/python2.6/ctypes/test/test_refcounts.pyo
+lib/python2.6/ctypes/test/test_repr.pyo
+lib/python2.6/ctypes/test/test_returnfuncptrs.pyo
+lib/python2.6/ctypes/test/test_simplesubclasses.pyo
+lib/python2.6/ctypes/test/test_sizes.pyo
+lib/python2.6/ctypes/test/test_slicing.pyo
+lib/python2.6/ctypes/test/test_stringptr.pyo
+lib/python2.6/ctypes/test/test_strings.pyo
+lib/python2.6/ctypes/test/test_struct_fields.pyo
+lib/python2.6/ctypes/test/test_structures.pyo
+lib/python2.6/ctypes/test/test_unaligned_structures.pyo
+lib/python2.6/ctypes/test/test_unicode.pyo
+lib/python2.6/ctypes/test/test_values.pyo
+lib/python2.6/ctypes/test/test_varsize_struct.pyo
+lib/python2.6/ctypes/test/test_win32.pyo
+lib/python2.6/ctypes/macholib/README.ctypes
+lib/python2.6/ctypes/macholib/__init__.py
+lib/python2.6/ctypes/macholib/dyld.py
+lib/python2.6/ctypes/macholib/dylib.py
+lib/python2.6/ctypes/macholib/fetch_macholib
+lib/python2.6/ctypes/macholib/fetch_macholib.bat
+lib/python2.6/ctypes/macholib/framework.py
+lib/python2.6/ctypes/macholib/__init__.pyc
+lib/python2.6/ctypes/macholib/dyld.pyc
+lib/python2.6/ctypes/macholib/dylib.pyc
+lib/python2.6/ctypes/macholib/framework.pyc
+lib/python2.6/ctypes/macholib/__init__.pyo
+lib/python2.6/ctypes/macholib/dyld.pyo
+lib/python2.6/ctypes/macholib/dylib.pyo
+lib/python2.6/ctypes/macholib/framework.pyo
+lib/python2.6/ctypes/__init__.py
+lib/python2.6/ctypes/_endian.py
+lib/python2.6/ctypes/util.py
+lib/python2.6/ctypes/wintypes.py
+lib/python2.6/ctypes/__init__.pyc
+lib/python2.6/ctypes/_endian.pyc
+lib/python2.6/ctypes/util.pyc
+lib/python2.6/ctypes/wintypes.pyc
+lib/python2.6/ctypes/__init__.pyo
+lib/python2.6/ctypes/_endian.pyo
+lib/python2.6/ctypes/util.pyo
+lib/python2.6/ctypes/wintypes.pyo
+lib/python2.6/idlelib/Icons/folder.gif
+lib/python2.6/idlelib/Icons/idle.icns
+lib/python2.6/idlelib/Icons/minusnode.gif
+lib/python2.6/idlelib/Icons/openfolder.gif
+lib/python2.6/idlelib/Icons/plusnode.gif
+lib/python2.6/idlelib/Icons/python.gif
+lib/python2.6/idlelib/Icons/tk.gif
+lib/python2.6/idlelib/AutoComplete.py
+lib/python2.6/idlelib/AutoCompleteWindow.py
+lib/python2.6/idlelib/AutoExpand.py
+lib/python2.6/idlelib/Bindings.py
+lib/python2.6/idlelib/CREDITS.txt
+lib/python2.6/idlelib/CallTipWindow.py
+lib/python2.6/idlelib/CallTips.py
+lib/python2.6/idlelib/ChangeLog
+lib/python2.6/idlelib/ClassBrowser.py
+lib/python2.6/idlelib/CodeContext.py
+lib/python2.6/idlelib/ColorDelegator.py
+lib/python2.6/idlelib/Debugger.py
+lib/python2.6/idlelib/Delegator.py
+lib/python2.6/idlelib/EditorWindow.py
+lib/python2.6/idlelib/FileList.py
+lib/python2.6/idlelib/FormatParagraph.py
+lib/python2.6/idlelib/GrepDialog.py
+lib/python2.6/idlelib/HISTORY.txt
+lib/python2.6/idlelib/HyperParser.py
+lib/python2.6/idlelib/IOBinding.py
+lib/python2.6/idlelib/IdleHistory.py
+lib/python2.6/idlelib/MultiCall.py
+lib/python2.6/idlelib/MultiStatusBar.py
+lib/python2.6/idlelib/NEWS.txt
+lib/python2.6/idlelib/ObjectBrowser.py
+lib/python2.6/idlelib/OutputWindow.py
+lib/python2.6/idlelib/ParenMatch.py
+lib/python2.6/idlelib/PathBrowser.py
+lib/python2.6/idlelib/Percolator.py
+lib/python2.6/idlelib/PyParse.py
+lib/python2.6/idlelib/PyShell.py
+lib/python2.6/idlelib/README.txt
+lib/python2.6/idlelib/RemoteDebugger.py
+lib/python2.6/idlelib/RemoteObjectBrowser.py
+lib/python2.6/idlelib/ReplaceDialog.py
+lib/python2.6/idlelib/ScriptBinding.py
+lib/python2.6/idlelib/ScrolledList.py
+lib/python2.6/idlelib/SearchDialog.py
+lib/python2.6/idlelib/SearchDialogBase.py
+lib/python2.6/idlelib/SearchEngine.py
+lib/python2.6/idlelib/idle.py
+lib/python2.6/idlelib/StackViewer.py
+lib/python2.6/idlelib/TODO.txt
+lib/python2.6/idlelib/ToolTip.py
+lib/python2.6/idlelib/TreeWidget.py
+lib/python2.6/idlelib/UndoDelegator.py
+lib/python2.6/idlelib/WidgetRedirector.py
+lib/python2.6/idlelib/WindowList.py
+lib/python2.6/idlelib/ZoomHeight.py
+lib/python2.6/idlelib/__init__.py
+lib/python2.6/idlelib/aboutDialog.py
+lib/python2.6/idlelib/config-extensions.def
+lib/python2.6/idlelib/config-highlight.def
+lib/python2.6/idlelib/config-keys.def
+lib/python2.6/idlelib/config-main.def
+lib/python2.6/idlelib/configDialog.py
+lib/python2.6/idlelib/configHandler.py
+lib/python2.6/idlelib/configHelpSourceEdit.py
+lib/python2.6/idlelib/configSectionNameDialog.py
+lib/python2.6/idlelib/dynOptionMenuWidget.py
+lib/python2.6/idlelib/extend.txt
+lib/python2.6/idlelib/help.txt
+lib/python2.6/idlelib/idle.bat
+lib/python2.6/idlelib/idle.pyw
+lib/python2.6/idlelib/idlever.py
+lib/python2.6/idlelib/keybindingDialog.py
+lib/python2.6/idlelib/macosxSupport.py
+lib/python2.6/idlelib/rpc.py
+lib/python2.6/idlelib/run.py
+lib/python2.6/idlelib/tabbedpages.py
+lib/python2.6/idlelib/testcode.py
+lib/python2.6/idlelib/textView.py
+lib/python2.6/idlelib/AutoComplete.pyc
+lib/python2.6/idlelib/AutoCompleteWindow.pyc
+lib/python2.6/idlelib/AutoExpand.pyc
+lib/python2.6/idlelib/Bindings.pyc
+lib/python2.6/idlelib/CallTipWindow.pyc
+lib/python2.6/idlelib/CallTips.pyc
+lib/python2.6/idlelib/ClassBrowser.pyc
+lib/python2.6/idlelib/CodeContext.pyc
+lib/python2.6/idlelib/ColorDelegator.pyc
+lib/python2.6/idlelib/PyParse.pyc
+lib/python2.6/idlelib/Debugger.pyc
+lib/python2.6/idlelib/Delegator.pyc
+lib/python2.6/idlelib/EditorWindow.pyc
+lib/python2.6/idlelib/FileList.pyc
+lib/python2.6/idlelib/FormatParagraph.pyc
+lib/python2.6/idlelib/GrepDialog.pyc
+lib/python2.6/idlelib/HyperParser.pyc
+lib/python2.6/idlelib/IOBinding.pyc
+lib/python2.6/idlelib/IdleHistory.pyc
+lib/python2.6/idlelib/MultiCall.pyc
+lib/python2.6/idlelib/MultiStatusBar.pyc
+lib/python2.6/idlelib/ObjectBrowser.pyc
+lib/python2.6/idlelib/OutputWindow.pyc
+lib/python2.6/idlelib/ParenMatch.pyc
+lib/python2.6/idlelib/PathBrowser.pyc
+lib/python2.6/idlelib/Percolator.pyc
+lib/python2.6/idlelib/PyShell.pyc
+lib/python2.6/idlelib/RemoteDebugger.pyc
+lib/python2.6/idlelib/RemoteObjectBrowser.pyc
+lib/python2.6/idlelib/ReplaceDialog.pyc
+lib/python2.6/idlelib/ScriptBinding.pyc
+lib/python2.6/idlelib/ScrolledList.pyc
+lib/python2.6/idlelib/SearchDialog.pyc
+lib/python2.6/idlelib/SearchDialogBase.pyc
+lib/python2.6/idlelib/SearchEngine.pyc
+lib/python2.6/idlelib/StackViewer.pyc
+lib/python2.6/idlelib/ToolTip.pyc
+lib/python2.6/idlelib/TreeWidget.pyc
+lib/python2.6/idlelib/UndoDelegator.pyc
+lib/python2.6/idlelib/WidgetRedirector.pyc
+lib/python2.6/idlelib/WindowList.pyc
+lib/python2.6/idlelib/ZoomHeight.pyc
+lib/python2.6/idlelib/__init__.pyc
+lib/python2.6/idlelib/aboutDialog.pyc
+lib/python2.6/idlelib/configDialog.pyc
+lib/python2.6/idlelib/configHandler.pyc
+lib/python2.6/idlelib/configHelpSourceEdit.pyc
+lib/python2.6/idlelib/configSectionNameDialog.pyc
+lib/python2.6/idlelib/rpc.pyc
+lib/python2.6/idlelib/dynOptionMenuWidget.pyc
+lib/python2.6/idlelib/idle.pyc
+lib/python2.6/idlelib/idlever.pyc
+lib/python2.6/idlelib/keybindingDialog.pyc
+lib/python2.6/idlelib/macosxSupport.pyc
+lib/python2.6/idlelib/run.pyc
+lib/python2.6/idlelib/tabbedpages.pyc
+lib/python2.6/idlelib/testcode.pyc
+lib/python2.6/idlelib/textView.pyc
+lib/python2.6/idlelib/AutoComplete.pyo
+lib/python2.6/idlelib/AutoCompleteWindow.pyo
+lib/python2.6/idlelib/AutoExpand.pyo
+lib/python2.6/idlelib/Bindings.pyo
+lib/python2.6/idlelib/CallTipWindow.pyo
+lib/python2.6/idlelib/CallTips.pyo
+lib/python2.6/idlelib/ClassBrowser.pyo
+lib/python2.6/idlelib/CodeContext.pyo
+lib/python2.6/idlelib/ColorDelegator.pyo
+lib/python2.6/idlelib/Debugger.pyo
+lib/python2.6/idlelib/Delegator.pyo
+lib/python2.6/idlelib/EditorWindow.pyo
+lib/python2.6/idlelib/FileList.pyo
+lib/python2.6/idlelib/FormatParagraph.pyo
+lib/python2.6/idlelib/GrepDialog.pyo
+lib/python2.6/idlelib/HyperParser.pyo
+lib/python2.6/idlelib/IOBinding.pyo
+lib/python2.6/idlelib/IdleHistory.pyo
+lib/python2.6/idlelib/MultiCall.pyo
+lib/python2.6/idlelib/MultiStatusBar.pyo
+lib/python2.6/idlelib/ObjectBrowser.pyo
+lib/python2.6/idlelib/OutputWindow.pyo
+lib/python2.6/idlelib/ParenMatch.pyo
+lib/python2.6/idlelib/PathBrowser.pyo
+lib/python2.6/idlelib/Percolator.pyo
+lib/python2.6/idlelib/PyParse.pyo
+lib/python2.6/idlelib/PyShell.pyo
+lib/python2.6/idlelib/RemoteDebugger.pyo
+lib/python2.6/idlelib/RemoteObjectBrowser.pyo
+lib/python2.6/idlelib/ReplaceDialog.pyo
+lib/python2.6/idlelib/ScriptBinding.pyo
+lib/python2.6/idlelib/ScrolledList.pyo
+lib/python2.6/idlelib/SearchDialog.pyo
+lib/python2.6/idlelib/SearchDialogBase.pyo
+lib/python2.6/idlelib/SearchEngine.pyo
+lib/python2.6/idlelib/StackViewer.pyo
+lib/python2.6/idlelib/ToolTip.pyo
+lib/python2.6/idlelib/TreeWidget.pyo
+lib/python2.6/idlelib/UndoDelegator.pyo
+lib/python2.6/idlelib/WidgetRedirector.pyo
+lib/python2.6/idlelib/WindowList.pyo
+lib/python2.6/idlelib/ZoomHeight.pyo
+lib/python2.6/idlelib/__init__.pyo
+lib/python2.6/idlelib/aboutDialog.pyo
+lib/python2.6/idlelib/configDialog.pyo
+lib/python2.6/idlelib/configHandler.pyo
+lib/python2.6/idlelib/configHelpSourceEdit.pyo
+lib/python2.6/idlelib/configSectionNameDialog.pyo
+lib/python2.6/idlelib/dynOptionMenuWidget.pyo
+lib/python2.6/idlelib/idle.pyo
+lib/python2.6/idlelib/idlever.pyo
+lib/python2.6/idlelib/keybindingDialog.pyo
+lib/python2.6/idlelib/macosxSupport.pyo
+lib/python2.6/idlelib/rpc.pyo
+lib/python2.6/idlelib/run.pyo
+lib/python2.6/idlelib/tabbedpages.pyo
+lib/python2.6/idlelib/testcode.pyo
+lib/python2.6/idlelib/textView.pyo
+lib/python2.6/distutils/command/__init__.py
+lib/python2.6/distutils/command/bdist.py
+lib/python2.6/distutils/command/bdist_dumb.py
+lib/python2.6/distutils/command/bdist_msi.py
+lib/python2.6/distutils/command/bdist_rpm.py
+lib/python2.6/distutils/command/bdist_wininst.py
+lib/python2.6/distutils/command/build.py
+lib/python2.6/distutils/command/build_clib.py
+lib/python2.6/distutils/command/build_ext.py
+lib/python2.6/distutils/command/build_py.py
+lib/python2.6/distutils/command/build_scripts.py
+lib/python2.6/distutils/command/clean.py
+lib/python2.6/distutils/command/command_template
+lib/python2.6/distutils/command/config.py
+lib/python2.6/distutils/command/install.py
+lib/python2.6/distutils/command/install_data.py
+lib/python2.6/distutils/command/install_egg_info.py
+lib/python2.6/distutils/command/install_headers.py
+lib/python2.6/distutils/command/install_lib.py
+lib/python2.6/distutils/command/install_scripts.py
+lib/python2.6/distutils/command/register.py
+lib/python2.6/distutils/command/sdist.py
+lib/python2.6/distutils/command/upload.py
+lib/python2.6/distutils/command/wininst-6.0.exe
+lib/python2.6/distutils/command/wininst-7.1.exe
+lib/python2.6/distutils/command/wininst-8.0.exe
+lib/python2.6/distutils/command/wininst-9.0-amd64.exe
+lib/python2.6/distutils/command/wininst-9.0.exe
+lib/python2.6/distutils/command/__init__.pyc
+lib/python2.6/distutils/command/bdist.pyc
+lib/python2.6/distutils/command/bdist_dumb.pyc
+lib/python2.6/distutils/command/bdist_msi.pyc
+lib/python2.6/distutils/command/bdist_rpm.pyc
+lib/python2.6/distutils/command/bdist_wininst.pyc
+lib/python2.6/distutils/command/build.pyc
+lib/python2.6/distutils/command/build_clib.pyc
+lib/python2.6/distutils/command/build_ext.pyc
+lib/python2.6/distutils/command/build_py.pyc
+lib/python2.6/distutils/command/build_scripts.pyc
+lib/python2.6/distutils/command/clean.pyc
+lib/python2.6/distutils/command/config.pyc
+lib/python2.6/distutils/command/install.pyc
+lib/python2.6/distutils/command/install_data.pyc
+lib/python2.6/distutils/command/install_egg_info.pyc
+lib/python2.6/distutils/command/install_headers.pyc
+lib/python2.6/distutils/command/install_lib.pyc
+lib/python2.6/distutils/command/install_scripts.pyc
+lib/python2.6/distutils/command/register.pyc
+lib/python2.6/distutils/command/sdist.pyc
+lib/python2.6/distutils/command/upload.pyc
+lib/python2.6/distutils/command/__init__.pyo
+lib/python2.6/distutils/command/bdist.pyo
+lib/python2.6/distutils/command/bdist_dumb.pyo
+lib/python2.6/distutils/command/bdist_msi.pyo
+lib/python2.6/distutils/command/bdist_rpm.pyo
+lib/python2.6/distutils/command/bdist_wininst.pyo
+lib/python2.6/distutils/command/build.pyo
+lib/python2.6/distutils/command/build_clib.pyo
+lib/python2.6/distutils/command/build_ext.pyo
+lib/python2.6/distutils/command/build_py.pyo
+lib/python2.6/distutils/command/build_scripts.pyo
+lib/python2.6/distutils/command/clean.pyo
+lib/python2.6/distutils/command/config.pyo
+lib/python2.6/distutils/command/install.pyo
+lib/python2.6/distutils/command/install_data.pyo
+lib/python2.6/distutils/command/install_egg_info.pyo
+lib/python2.6/distutils/command/install_headers.pyo
+lib/python2.6/distutils/command/install_lib.pyo
+lib/python2.6/distutils/command/install_scripts.pyo
+lib/python2.6/distutils/command/register.pyo
+lib/python2.6/distutils/command/sdist.pyo
+lib/python2.6/distutils/command/upload.pyo
+lib/python2.6/distutils/tests/__init__.py
+lib/python2.6/distutils/tests/support.py
+lib/python2.6/distutils/tests/test_build_ext.py
+lib/python2.6/distutils/tests/test_build_py.py
+lib/python2.6/distutils/tests/test_build_scripts.py
+lib/python2.6/distutils/tests/test_config.py
+lib/python2.6/distutils/tests/test_core.py
+lib/python2.6/distutils/tests/test_dist.py
+lib/python2.6/distutils/tests/test_install.py
+lib/python2.6/distutils/tests/test_install_scripts.py
+lib/python2.6/distutils/tests/test_sysconfig.py
+lib/python2.6/distutils/tests/test_upload.py
+lib/python2.6/distutils/tests/test_versionpredicate.py
+lib/python2.6/distutils/tests/__init__.pyc
+lib/python2.6/distutils/tests/support.pyc
+lib/python2.6/distutils/tests/test_build_ext.pyc
+lib/python2.6/distutils/tests/test_build_py.pyc
+lib/python2.6/distutils/tests/test_build_scripts.pyc
+lib/python2.6/distutils/tests/test_config.pyc
+lib/python2.6/distutils/tests/test_core.pyc
+lib/python2.6/distutils/tests/test_dist.pyc
+lib/python2.6/distutils/tests/test_install.pyc
+lib/python2.6/distutils/tests/test_install_scripts.pyc
+lib/python2.6/distutils/tests/test_sysconfig.pyc
+lib/python2.6/distutils/tests/test_upload.pyc
+lib/python2.6/distutils/tests/test_versionpredicate.pyc
+lib/python2.6/distutils/tests/__init__.pyo
+lib/python2.6/distutils/tests/support.pyo
+lib/python2.6/distutils/tests/test_build_ext.pyo
+lib/python2.6/distutils/tests/test_build_py.pyo
+lib/python2.6/distutils/tests/test_build_scripts.pyo
+lib/python2.6/distutils/tests/test_config.pyo
+lib/python2.6/distutils/tests/test_core.pyo
+lib/python2.6/distutils/tests/test_dist.pyo
+lib/python2.6/distutils/tests/test_install.pyo
+lib/python2.6/distutils/tests/test_install_scripts.pyo
+lib/python2.6/distutils/tests/test_sysconfig.pyo
+lib/python2.6/distutils/tests/test_upload.pyo
+lib/python2.6/distutils/tests/test_versionpredicate.pyo
+lib/python2.6/distutils/README
+lib/python2.6/distutils/__init__.py
+lib/python2.6/distutils/archive_util.py
+lib/python2.6/distutils/bcppcompiler.py
+lib/python2.6/distutils/ccompiler.py
+lib/python2.6/distutils/cmd.py
+lib/python2.6/distutils/config.py
+lib/python2.6/distutils/core.py
+lib/python2.6/distutils/cygwinccompiler.py
+lib/python2.6/distutils/debug.py
+lib/python2.6/distutils/dep_util.py
+lib/python2.6/distutils/dir_util.py
+lib/python2.6/distutils/dist.py
+lib/python2.6/distutils/emxccompiler.py
+lib/python2.6/distutils/errors.py
+lib/python2.6/distutils/extension.py
+lib/python2.6/distutils/fancy_getopt.py
+lib/python2.6/distutils/file_util.py
+lib/python2.6/distutils/filelist.py
+lib/python2.6/distutils/log.py
+lib/python2.6/distutils/msvc9compiler.py
+lib/python2.6/distutils/msvccompiler.py
+lib/python2.6/distutils/mwerkscompiler.py
+lib/python2.6/distutils/spawn.py
+lib/python2.6/distutils/sysconfig.py
+lib/python2.6/distutils/text_file.py
+lib/python2.6/distutils/unixccompiler.py
+lib/python2.6/distutils/util.py
+lib/python2.6/distutils/version.py
+lib/python2.6/distutils/versionpredicate.py
+lib/python2.6/distutils/__init__.pyc
+lib/python2.6/distutils/util.pyc
+lib/python2.6/distutils/errors.pyc
+lib/python2.6/distutils/dep_util.pyc
+lib/python2.6/distutils/spawn.pyc
+lib/python2.6/distutils/log.pyc
+lib/python2.6/distutils/archive_util.pyc
+lib/python2.6/distutils/bcppcompiler.pyc
+lib/python2.6/distutils/ccompiler.pyc
+lib/python2.6/distutils/cmd.pyc
+lib/python2.6/distutils/config.pyc
+lib/python2.6/distutils/core.pyc
+lib/python2.6/distutils/cygwinccompiler.pyc
+lib/python2.6/distutils/debug.pyc
+lib/python2.6/distutils/dir_util.pyc
+lib/python2.6/distutils/dist.pyc
+lib/python2.6/distutils/emxccompiler.pyc
+lib/python2.6/distutils/extension.pyc
+lib/python2.6/distutils/fancy_getopt.pyc
+lib/python2.6/distutils/file_util.pyc
+lib/python2.6/distutils/filelist.pyc
+lib/python2.6/distutils/msvc9compiler.pyc
+lib/python2.6/distutils/msvccompiler.pyc
+lib/python2.6/distutils/mwerkscompiler.pyc
+lib/python2.6/distutils/sysconfig.pyc
+lib/python2.6/distutils/text_file.pyc
+lib/python2.6/distutils/unixccompiler.pyc
+lib/python2.6/distutils/version.pyc
+lib/python2.6/distutils/versionpredicate.pyc
+lib/python2.6/distutils/__init__.pyo
+lib/python2.6/distutils/util.pyo
+lib/python2.6/distutils/errors.pyo
+lib/python2.6/distutils/dep_util.pyo
+lib/python2.6/distutils/spawn.pyo
+lib/python2.6/distutils/log.pyo
+lib/python2.6/distutils/archive_util.pyo
+lib/python2.6/distutils/bcppcompiler.pyo
+lib/python2.6/distutils/ccompiler.pyo
+lib/python2.6/distutils/cmd.pyo
+lib/python2.6/distutils/config.pyo
+lib/python2.6/distutils/core.pyo
+lib/python2.6/distutils/cygwinccompiler.pyo
+lib/python2.6/distutils/debug.pyo
+lib/python2.6/distutils/dir_util.pyo
+lib/python2.6/distutils/dist.pyo
+lib/python2.6/distutils/emxccompiler.pyo
+lib/python2.6/distutils/extension.pyo
+lib/python2.6/distutils/fancy_getopt.pyo
+lib/python2.6/distutils/file_util.pyo
+lib/python2.6/distutils/filelist.pyo
+lib/python2.6/distutils/msvc9compiler.pyo
+lib/python2.6/distutils/msvccompiler.pyo
+lib/python2.6/distutils/mwerkscompiler.pyo
+lib/python2.6/distutils/sysconfig.pyo
+lib/python2.6/distutils/text_file.pyo
+lib/python2.6/distutils/unixccompiler.pyo
+lib/python2.6/distutils/version.pyo
+lib/python2.6/distutils/versionpredicate.pyo
+lib/python2.6/xml/dom/NodeFilter.py
+lib/python2.6/xml/dom/__init__.py
+lib/python2.6/xml/dom/domreg.py
+lib/python2.6/xml/dom/expatbuilder.py
+lib/python2.6/xml/dom/minicompat.py
+lib/python2.6/xml/dom/minidom.py
+lib/python2.6/xml/dom/pulldom.py
+lib/python2.6/xml/dom/xmlbuilder.py
+lib/python2.6/xml/dom/NodeFilter.pyc
+lib/python2.6/xml/dom/__init__.pyc
+lib/python2.6/xml/dom/domreg.pyc
+lib/python2.6/xml/dom/expatbuilder.pyc
+lib/python2.6/xml/dom/minicompat.pyc
+lib/python2.6/xml/dom/minidom.pyc
+lib/python2.6/xml/dom/pulldom.pyc
+lib/python2.6/xml/dom/xmlbuilder.pyc
+lib/python2.6/xml/dom/NodeFilter.pyo
+lib/python2.6/xml/dom/__init__.pyo
+lib/python2.6/xml/dom/domreg.pyo
+lib/python2.6/xml/dom/expatbuilder.pyo
+lib/python2.6/xml/dom/minicompat.pyo
+lib/python2.6/xml/dom/minidom.pyo
+lib/python2.6/xml/dom/pulldom.pyo
+lib/python2.6/xml/dom/xmlbuilder.pyo
+lib/python2.6/xml/etree/ElementInclude.py
+lib/python2.6/xml/etree/ElementPath.py
+lib/python2.6/xml/etree/ElementTree.py
+lib/python2.6/xml/etree/__init__.py
+lib/python2.6/xml/etree/cElementTree.py
+lib/python2.6/xml/etree/ElementInclude.pyc
+lib/python2.6/xml/etree/ElementPath.pyc
+lib/python2.6/xml/etree/ElementTree.pyc
+lib/python2.6/xml/etree/__init__.pyc
+lib/python2.6/xml/etree/cElementTree.pyc
+lib/python2.6/xml/etree/ElementInclude.pyo
+lib/python2.6/xml/etree/ElementPath.pyo
+lib/python2.6/xml/etree/ElementTree.pyo
+lib/python2.6/xml/etree/__init__.pyo
+lib/python2.6/xml/etree/cElementTree.pyo
+lib/python2.6/xml/parsers/__init__.py
+lib/python2.6/xml/parsers/expat.py
+lib/python2.6/xml/parsers/__init__.pyc
+lib/python2.6/xml/parsers/expat.pyc
+lib/python2.6/xml/parsers/__init__.pyo
+lib/python2.6/xml/parsers/expat.pyo
+lib/python2.6/xml/sax/__init__.py
+lib/python2.6/xml/sax/_exceptions.py
+lib/python2.6/xml/sax/expatreader.py
+lib/python2.6/xml/sax/handler.py
+lib/python2.6/xml/sax/saxutils.py
+lib/python2.6/xml/sax/xmlreader.py
+lib/python2.6/xml/sax/__init__.pyc
+lib/python2.6/xml/sax/_exceptions.pyc
+lib/python2.6/xml/sax/expatreader.pyc
+lib/python2.6/xml/sax/handler.pyc
+lib/python2.6/xml/sax/saxutils.pyc
+lib/python2.6/xml/sax/xmlreader.pyc
+lib/python2.6/xml/sax/__init__.pyo
+lib/python2.6/xml/sax/_exceptions.pyo
+lib/python2.6/xml/sax/expatreader.pyo
+lib/python2.6/xml/sax/handler.pyo
+lib/python2.6/xml/sax/saxutils.pyo
+lib/python2.6/xml/sax/xmlreader.pyo
+lib/python2.6/xml/__init__.py
+lib/python2.6/xml/__init__.pyc
+lib/python2.6/xml/__init__.pyo
+lib/python2.6/multiprocessing/dummy/__init__.py
+lib/python2.6/multiprocessing/dummy/connection.py
+lib/python2.6/multiprocessing/dummy/__init__.pyc
+lib/python2.6/multiprocessing/dummy/connection.pyc
+lib/python2.6/multiprocessing/dummy/__init__.pyo
+lib/python2.6/multiprocessing/dummy/connection.pyo
+lib/python2.6/multiprocessing/__init__.py
+lib/python2.6/multiprocessing/connection.py
+lib/python2.6/multiprocessing/forking.py
+lib/python2.6/multiprocessing/heap.py
+lib/python2.6/multiprocessing/managers.py
+lib/python2.6/multiprocessing/pool.py
+lib/python2.6/multiprocessing/process.py
+lib/python2.6/multiprocessing/queues.py
+lib/python2.6/multiprocessing/reduction.py
+lib/python2.6/multiprocessing/sharedctypes.py
+lib/python2.6/multiprocessing/synchronize.py
+lib/python2.6/multiprocessing/util.py
+lib/python2.6/multiprocessing/__init__.pyc
+lib/python2.6/multiprocessing/connection.pyc
+lib/python2.6/multiprocessing/forking.pyc
+lib/python2.6/multiprocessing/heap.pyc
+lib/python2.6/multiprocessing/managers.pyc
+lib/python2.6/multiprocessing/pool.pyc
+lib/python2.6/multiprocessing/process.pyc
+lib/python2.6/multiprocessing/queues.pyc
+lib/python2.6/multiprocessing/reduction.pyc
+lib/python2.6/multiprocessing/sharedctypes.pyc
+lib/python2.6/multiprocessing/synchronize.pyc
+lib/python2.6/multiprocessing/util.pyc
+lib/python2.6/multiprocessing/__init__.pyo
+lib/python2.6/multiprocessing/connection.pyo
+lib/python2.6/multiprocessing/forking.pyo
+lib/python2.6/multiprocessing/heap.pyo
+lib/python2.6/multiprocessing/managers.pyo
+lib/python2.6/multiprocessing/pool.pyo
+lib/python2.6/multiprocessing/process.pyo
+lib/python2.6/multiprocessing/queues.pyo
+lib/python2.6/multiprocessing/reduction.pyo
+lib/python2.6/multiprocessing/sharedctypes.pyo
+lib/python2.6/multiprocessing/synchronize.pyo
+lib/python2.6/multiprocessing/util.pyo
+lib/python2.6/curses/__init__.py
+lib/python2.6/curses/ascii.py
+lib/python2.6/curses/has_key.py
+lib/python2.6/curses/panel.py
+lib/python2.6/curses/textpad.py
+lib/python2.6/curses/wrapper.py
+lib/python2.6/curses/__init__.pyc
+lib/python2.6/curses/ascii.pyc
+lib/python2.6/curses/has_key.pyc
+lib/python2.6/curses/panel.pyc
+lib/python2.6/curses/textpad.pyc
+lib/python2.6/curses/wrapper.pyc
+lib/python2.6/curses/__init__.pyo
+lib/python2.6/curses/ascii.pyo
+lib/python2.6/curses/has_key.pyo
+lib/python2.6/curses/panel.pyo
+lib/python2.6/curses/textpad.pyo
+lib/python2.6/curses/wrapper.pyo
+lib/python2.6/plat-midnightbsd0/IN.py
+lib/python2.6/plat-midnightbsd0/regen
+lib/python2.6/plat-midnightbsd0/IN.pyc
+lib/python2.6/plat-midnightbsd0/IN.pyo
+lib/python2.6/BaseHTTPServer.py
+lib/python2.6/abc.py
+lib/python2.6/Bastion.py
+lib/python2.6/CGIHTTPServer.py
+lib/python2.6/ConfigParser.py
+lib/python2.6/Cookie.py
+lib/python2.6/DocXMLRPCServer.py
+lib/python2.6/HTMLParser.py
+lib/python2.6/MimeWriter.py
+lib/python2.6/Queue.py
+lib/python2.6/SimpleHTTPServer.py
+lib/python2.6/SimpleXMLRPCServer.py
+lib/python2.6/SocketServer.py
+lib/python2.6/StringIO.py
+lib/python2.6/UserDict.py
+lib/python2.6/UserList.py
+lib/python2.6/UserString.py
+lib/python2.6/_LWPCookieJar.py
+lib/python2.6/_MozillaCookieJar.py
+lib/python2.6/__future__.py
+lib/python2.6/__phello__.foo.py
+lib/python2.6/_abcoll.py
+lib/python2.6/_strptime.py
+lib/python2.6/_threading_local.py
+lib/python2.6/aifc.py
+lib/python2.6/anydbm.py
+lib/python2.6/ast.py
+lib/python2.6/asynchat.py
+lib/python2.6/asyncore.py
+lib/python2.6/atexit.py
+lib/python2.6/audiodev.py
+lib/python2.6/base64.py
+lib/python2.6/bdb.py
+lib/python2.6/binhex.py
+lib/python2.6/bisect.py
+lib/python2.6/cProfile.py
+lib/python2.6/calendar.py
+lib/python2.6/cgi.py
+lib/python2.6/cgitb.py
+lib/python2.6/chunk.py
+lib/python2.6/cmd.py
+lib/python2.6/code.py
+lib/python2.6/codecs.py
+lib/python2.6/codeop.py
+lib/python2.6/collections.py
+lib/python2.6/colorsys.py
+lib/python2.6/commands.py
+lib/python2.6/compileall.py
+lib/python2.6/copy.py
+lib/python2.6/contextlib.py
+lib/python2.6/cookielib.py
+lib/python2.6/copy_reg.py
+lib/python2.6/csv.py
+lib/python2.6/dbhash.py
+lib/python2.6/decimal.py
+lib/python2.6/difflib.py
+lib/python2.6/dircache.py
+lib/python2.6/dis.py
+lib/python2.6/doctest.py
+lib/python2.6/dumbdbm.py
+lib/python2.6/dummy_thread.py
+lib/python2.6/dummy_threading.py
+lib/python2.6/filecmp.py
+lib/python2.6/fileinput.py
+lib/python2.6/fnmatch.py
+lib/python2.6/formatter.py
+lib/python2.6/fpformat.py
+lib/python2.6/fractions.py
+lib/python2.6/ftplib.py
+lib/python2.6/functools.py
+lib/python2.6/genericpath.py
+lib/python2.6/getopt.py
+lib/python2.6/getpass.py
+lib/python2.6/gettext.py
+lib/python2.6/glob.py
+lib/python2.6/gzip.py
+lib/python2.6/hashlib.py
+lib/python2.6/heapq.py
+lib/python2.6/hmac.py
+lib/python2.6/htmlentitydefs.py
+lib/python2.6/htmllib.py
+lib/python2.6/httplib.py
+lib/python2.6/ihooks.py
+lib/python2.6/imaplib.py
+lib/python2.6/imghdr.py
+lib/python2.6/imputil.py
+lib/python2.6/inspect.py
+lib/python2.6/io.py
+lib/python2.6/keyword.py
+lib/python2.6/linecache.py
+lib/python2.6/locale.py
+lib/python2.6/macpath.py
+lib/python2.6/macurl2path.py
+lib/python2.6/mailbox.py
+lib/python2.6/mailcap.py
+lib/python2.6/markupbase.py
+lib/python2.6/md5.py
+lib/python2.6/mhlib.py
+lib/python2.6/mimetools.py
+lib/python2.6/mimetypes.py
+lib/python2.6/mimify.py
+lib/python2.6/modulefinder.py
+lib/python2.6/multifile.py
+lib/python2.6/mutex.py
+lib/python2.6/netrc.py
+lib/python2.6/new.py
+lib/python2.6/nntplib.py
+lib/python2.6/ntpath.py
+lib/python2.6/nturl2path.py
+lib/python2.6/numbers.py
+lib/python2.6/opcode.py
+lib/python2.6/optparse.py
+lib/python2.6/os.py
+lib/python2.6/os2emxpath.py
+lib/python2.6/pdb.py
+lib/python2.6/pickle.py
+lib/python2.6/pickletools.py
+lib/python2.6/pipes.py
+lib/python2.6/pkgutil.py
+lib/python2.6/platform.py
+lib/python2.6/plistlib.py
+lib/python2.6/popen2.py
+lib/python2.6/pty.py
+lib/python2.6/poplib.py
+lib/python2.6/posixfile.py
+lib/python2.6/posixpath.py
+lib/python2.6/pprint.py
+lib/python2.6/profile.py
+lib/python2.6/pstats.py
+lib/python2.6/py_compile.py
+lib/python2.6/pyclbr.py
+lib/python2.6/pydoc.py
+lib/python2.6/pydoc_topics.py
+lib/python2.6/quopri.py
+lib/python2.6/random.py
+lib/python2.6/re.py
+lib/python2.6/repr.py
+lib/python2.6/rexec.py
+lib/python2.6/rfc822.py
+lib/python2.6/rlcompleter.py
+lib/python2.6/robotparser.py
+lib/python2.6/runpy.py
+lib/python2.6/sched.py
+lib/python2.6/sets.py
+lib/python2.6/sgmllib.py
+lib/python2.6/sha.py
+lib/python2.6/shelve.py
+lib/python2.6/shlex.py
+lib/python2.6/shutil.py
+lib/python2.6/site.py
+lib/python2.6/smtpd.py
+lib/python2.6/smtplib.py
+lib/python2.6/sndhdr.py
+lib/python2.6/socket.py
+lib/python2.6/sre.py
+lib/python2.6/sre_compile.py
+lib/python2.6/sre_constants.py
+lib/python2.6/sre_parse.py
+lib/python2.6/ssl.py
+lib/python2.6/stat.py
+lib/python2.6/statvfs.py
+lib/python2.6/string.py
+lib/python2.6/stringold.py
+lib/python2.6/stringprep.py
+lib/python2.6/struct.py
+lib/python2.6/subprocess.py
+lib/python2.6/sunau.py
+lib/python2.6/sunaudio.py
+lib/python2.6/symbol.py
+lib/python2.6/symtable.py
+lib/python2.6/tabnanny.py
+lib/python2.6/tarfile.py
+lib/python2.6/tempfile.py
+lib/python2.6/telnetlib.py
+lib/python2.6/textwrap.py
+lib/python2.6/this.py
+lib/python2.6/threading.py
+lib/python2.6/timeit.py
+lib/python2.6/toaiff.py
+lib/python2.6/token.py
+lib/python2.6/tokenize.py
+lib/python2.6/trace.py
+lib/python2.6/traceback.py
+lib/python2.6/tty.py
+lib/python2.6/types.py
+lib/python2.6/unittest.py
+lib/python2.6/urllib.py
+lib/python2.6/urllib2.py
+lib/python2.6/urlparse.py
+lib/python2.6/user.py
+lib/python2.6/uu.py
+lib/python2.6/uuid.py
+lib/python2.6/warnings.py
+lib/python2.6/wave.py
+lib/python2.6/weakref.py
+lib/python2.6/webbrowser.py
+lib/python2.6/whichdb.py
+lib/python2.6/xdrlib.py
+lib/python2.6/xmllib.py
+lib/python2.6/xmlrpclib.py
+lib/python2.6/zipfile.py
+lib/python2.6/pdb.doc
+lib/python2.6/wsgiref.egg-info
+lib/python2.6/LICENSE.txt
+lib/python2.6/warnings.pyc
+lib/python2.6/linecache.pyc
+lib/python2.6/os.pyc
+lib/python2.6/posixpath.pyc
+lib/python2.6/stat.pyc
+lib/python2.6/genericpath.pyc
+lib/python2.6/UserDict.pyc
+lib/python2.6/_abcoll.pyc
+lib/python2.6/abc.pyc
+lib/python2.6/copy_reg.pyc
+lib/python2.6/types.pyc
+lib/python2.6/re.pyc
+lib/python2.6/sre_compile.pyc
+lib/python2.6/sre_parse.pyc
+lib/python2.6/sre_constants.pyc
+lib/python2.6/site.pyc
+lib/python2.6/string.pyc
+lib/python2.6/codecs.pyc
+lib/python2.6/ast.pyc
+lib/python2.6/py_compile.pyc
+lib/python2.6/traceback.pyc
+lib/python2.6/getopt.pyc
+lib/python2.6/BaseHTTPServer.pyc
+lib/python2.6/Bastion.pyc
+lib/python2.6/CGIHTTPServer.pyc
+lib/python2.6/ConfigParser.pyc
+lib/python2.6/Cookie.pyc
+lib/python2.6/DocXMLRPCServer.pyc
+lib/python2.6/HTMLParser.pyc
+lib/python2.6/MimeWriter.pyc
+lib/python2.6/Queue.pyc
+lib/python2.6/SimpleHTTPServer.pyc
+lib/python2.6/SimpleXMLRPCServer.pyc
+lib/python2.6/SocketServer.pyc
+lib/python2.6/StringIO.pyc
+lib/python2.6/UserList.pyc
+lib/python2.6/UserString.pyc
+lib/python2.6/_LWPCookieJar.pyc
+lib/python2.6/_MozillaCookieJar.pyc
+lib/python2.6/__future__.pyc
+lib/python2.6/__phello__.foo.pyc
+lib/python2.6/_strptime.pyc
+lib/python2.6/_threading_local.pyc
+lib/python2.6/aifc.pyc
+lib/python2.6/anydbm.pyc
+lib/python2.6/asynchat.pyc
+lib/python2.6/asyncore.pyc
+lib/python2.6/atexit.pyc
+lib/python2.6/audiodev.pyc
+lib/python2.6/base64.pyc
+lib/python2.6/bdb.pyc
+lib/python2.6/binhex.pyc
+lib/python2.6/bisect.pyc
+lib/python2.6/cProfile.pyc
+lib/python2.6/calendar.pyc
+lib/python2.6/cgi.pyc
+lib/python2.6/cgitb.pyc
+lib/python2.6/chunk.pyc
+lib/python2.6/cmd.pyc
+lib/python2.6/code.pyc
+lib/python2.6/codeop.pyc
+lib/python2.6/collections.pyc
+lib/python2.6/colorsys.pyc
+lib/python2.6/commands.pyc
+lib/python2.6/compileall.pyc
+lib/python2.6/contextlib.pyc
+lib/python2.6/cookielib.pyc
+lib/python2.6/copy.pyc
+lib/python2.6/csv.pyc
+lib/python2.6/dbhash.pyc
+lib/python2.6/decimal.pyc
+lib/python2.6/difflib.pyc
+lib/python2.6/dircache.pyc
+lib/python2.6/dis.pyc
+lib/python2.6/doctest.pyc
+lib/python2.6/dumbdbm.pyc
+lib/python2.6/dummy_thread.pyc
+lib/python2.6/dummy_threading.pyc
+lib/python2.6/filecmp.pyc
+lib/python2.6/fileinput.pyc
+lib/python2.6/fnmatch.pyc
+lib/python2.6/formatter.pyc
+lib/python2.6/fpformat.pyc
+lib/python2.6/fractions.pyc
+lib/python2.6/ftplib.pyc
+lib/python2.6/functools.pyc
+lib/python2.6/getpass.pyc
+lib/python2.6/gettext.pyc
+lib/python2.6/glob.pyc
+lib/python2.6/gzip.pyc
+lib/python2.6/hashlib.pyc
+lib/python2.6/heapq.pyc
+lib/python2.6/hmac.pyc
+lib/python2.6/htmlentitydefs.pyc
+lib/python2.6/htmllib.pyc
+lib/python2.6/httplib.pyc
+lib/python2.6/ihooks.pyc
+lib/python2.6/imaplib.pyc
+lib/python2.6/imghdr.pyc
+lib/python2.6/imputil.pyc
+lib/python2.6/inspect.pyc
+lib/python2.6/io.pyc
+lib/python2.6/keyword.pyc
+lib/python2.6/locale.pyc
+lib/python2.6/macpath.pyc
+lib/python2.6/macurl2path.pyc
+lib/python2.6/mailbox.pyc
+lib/python2.6/mailcap.pyc
+lib/python2.6/markupbase.pyc
+lib/python2.6/md5.pyc
+lib/python2.6/mhlib.pyc
+lib/python2.6/mimetools.pyc
+lib/python2.6/mimetypes.pyc
+lib/python2.6/mimify.pyc
+lib/python2.6/modulefinder.pyc
+lib/python2.6/multifile.pyc
+lib/python2.6/mutex.pyc
+lib/python2.6/netrc.pyc
+lib/python2.6/new.pyc
+lib/python2.6/nntplib.pyc
+lib/python2.6/ntpath.pyc
+lib/python2.6/nturl2path.pyc
+lib/python2.6/numbers.pyc
+lib/python2.6/opcode.pyc
+lib/python2.6/optparse.pyc
+lib/python2.6/os2emxpath.pyc
+lib/python2.6/pdb.pyc
+lib/python2.6/pickle.pyc
+lib/python2.6/pickletools.pyc
+lib/python2.6/pipes.pyc
+lib/python2.6/pkgutil.pyc
+lib/python2.6/platform.pyc
+lib/python2.6/plistlib.pyc
+lib/python2.6/pty.pyc
+lib/python2.6/popen2.pyc
+lib/python2.6/poplib.pyc
+lib/python2.6/posixfile.pyc
+lib/python2.6/pprint.pyc
+lib/python2.6/profile.pyc
+lib/python2.6/pstats.pyc
+lib/python2.6/pyclbr.pyc
+lib/python2.6/pydoc.pyc
+lib/python2.6/pydoc_topics.pyc
+lib/python2.6/quopri.pyc
+lib/python2.6/random.pyc
+lib/python2.6/repr.pyc
+lib/python2.6/rexec.pyc
+lib/python2.6/rfc822.pyc
+lib/python2.6/rlcompleter.pyc
+lib/python2.6/robotparser.pyc
+lib/python2.6/runpy.pyc
+lib/python2.6/sched.pyc
+lib/python2.6/sets.pyc
+lib/python2.6/sgmllib.pyc
+lib/python2.6/sha.pyc
+lib/python2.6/shelve.pyc
+lib/python2.6/shlex.pyc
+lib/python2.6/shutil.pyc
+lib/python2.6/sre.pyc
+lib/python2.6/smtpd.pyc
+lib/python2.6/smtplib.pyc
+lib/python2.6/sndhdr.pyc
+lib/python2.6/socket.pyc
+lib/python2.6/ssl.pyc
+lib/python2.6/statvfs.pyc
+lib/python2.6/stringold.pyc
+lib/python2.6/stringprep.pyc
+lib/python2.6/struct.pyc
+lib/python2.6/subprocess.pyc
+lib/python2.6/sunau.pyc
+lib/python2.6/sunaudio.pyc
+lib/python2.6/symbol.pyc
+lib/python2.6/symtable.pyc
+lib/python2.6/tabnanny.pyc
+lib/python2.6/tarfile.pyc
+lib/python2.6/telnetlib.pyc
+lib/python2.6/tempfile.pyc
+lib/python2.6/textwrap.pyc
+lib/python2.6/this.pyc
+lib/python2.6/threading.pyc
+lib/python2.6/timeit.pyc
+lib/python2.6/toaiff.pyc
+lib/python2.6/tty.pyc
+lib/python2.6/token.pyc
+lib/python2.6/tokenize.pyc
+lib/python2.6/trace.pyc
+lib/python2.6/unittest.pyc
+lib/python2.6/urllib.pyc
+lib/python2.6/urllib2.pyc
+lib/python2.6/urlparse.pyc
+lib/python2.6/user.pyc
+lib/python2.6/uu.pyc
+lib/python2.6/uuid.pyc
+lib/python2.6/wave.pyc
+lib/python2.6/weakref.pyc
+lib/python2.6/webbrowser.pyc
+lib/python2.6/whichdb.pyc
+lib/python2.6/xdrlib.pyc
+lib/python2.6/xmllib.pyc
+lib/python2.6/xmlrpclib.pyc
+lib/python2.6/zipfile.pyc
+lib/python2.6/warnings.pyo
+lib/python2.6/linecache.pyo
+lib/python2.6/os.pyo
+lib/python2.6/posixpath.pyo
+lib/python2.6/stat.pyo
+lib/python2.6/genericpath.pyo
+lib/python2.6/UserDict.pyo
+lib/python2.6/_abcoll.pyo
+lib/python2.6/abc.pyo
+lib/python2.6/copy_reg.pyo
+lib/python2.6/types.pyo
+lib/python2.6/re.pyo
+lib/python2.6/sre_compile.pyo
+lib/python2.6/sre_parse.pyo
+lib/python2.6/sre_constants.pyo
+lib/python2.6/site.pyo
+lib/python2.6/string.pyo
+lib/python2.6/codecs.pyo
+lib/python2.6/py_compile.pyo
+lib/python2.6/traceback.pyo
+lib/python2.6/getopt.pyo
+lib/python2.6/BaseHTTPServer.pyo
+lib/python2.6/Bastion.pyo
+lib/python2.6/CGIHTTPServer.pyo
+lib/python2.6/ConfigParser.pyo
+lib/python2.6/Cookie.pyo
+lib/python2.6/DocXMLRPCServer.pyo
+lib/python2.6/HTMLParser.pyo
+lib/python2.6/MimeWriter.pyo
+lib/python2.6/Queue.pyo
+lib/python2.6/SimpleHTTPServer.pyo
+lib/python2.6/SimpleXMLRPCServer.pyo
+lib/python2.6/SocketServer.pyo
+lib/python2.6/StringIO.pyo
+lib/python2.6/UserList.pyo
+lib/python2.6/UserString.pyo
+lib/python2.6/_LWPCookieJar.pyo
+lib/python2.6/_MozillaCookieJar.pyo
+lib/python2.6/__future__.pyo
+lib/python2.6/__phello__.foo.pyo
+lib/python2.6/_strptime.pyo
+lib/python2.6/_threading_local.pyo
+lib/python2.6/aifc.pyo
+lib/python2.6/anydbm.pyo
+lib/python2.6/ast.pyo
+lib/python2.6/asynchat.pyo
+lib/python2.6/asyncore.pyo
+lib/python2.6/atexit.pyo
+lib/python2.6/audiodev.pyo
+lib/python2.6/base64.pyo
+lib/python2.6/bdb.pyo
+lib/python2.6/binhex.pyo
+lib/python2.6/bisect.pyo
+lib/python2.6/cProfile.pyo
+lib/python2.6/calendar.pyo
+lib/python2.6/cgi.pyo
+lib/python2.6/cgitb.pyo
+lib/python2.6/chunk.pyo
+lib/python2.6/cmd.pyo
+lib/python2.6/code.pyo
+lib/python2.6/codeop.pyo
+lib/python2.6/collections.pyo
+lib/python2.6/colorsys.pyo
+lib/python2.6/commands.pyo
+lib/python2.6/compileall.pyo
+lib/python2.6/contextlib.pyo
+lib/python2.6/cookielib.pyo
+lib/python2.6/copy.pyo
+lib/python2.6/csv.pyo
+lib/python2.6/dbhash.pyo
+lib/python2.6/decimal.pyo
+lib/python2.6/difflib.pyo
+lib/python2.6/dircache.pyo
+lib/python2.6/dis.pyo
+lib/python2.6/doctest.pyo
+lib/python2.6/dumbdbm.pyo
+lib/python2.6/dummy_thread.pyo
+lib/python2.6/dummy_threading.pyo
+lib/python2.6/filecmp.pyo
+lib/python2.6/fileinput.pyo
+lib/python2.6/fnmatch.pyo
+lib/python2.6/formatter.pyo
+lib/python2.6/fpformat.pyo
+lib/python2.6/fractions.pyo
+lib/python2.6/ftplib.pyo
+lib/python2.6/functools.pyo
+lib/python2.6/getpass.pyo
+lib/python2.6/gettext.pyo
+lib/python2.6/glob.pyo
+lib/python2.6/gzip.pyo
+lib/python2.6/hashlib.pyo
+lib/python2.6/heapq.pyo
+lib/python2.6/hmac.pyo
+lib/python2.6/htmlentitydefs.pyo
+lib/python2.6/htmllib.pyo
+lib/python2.6/httplib.pyo
+lib/python2.6/ihooks.pyo
+lib/python2.6/imaplib.pyo
+lib/python2.6/imghdr.pyo
+lib/python2.6/imputil.pyo
+lib/python2.6/inspect.pyo
+lib/python2.6/io.pyo
+lib/python2.6/keyword.pyo
+lib/python2.6/locale.pyo
+lib/python2.6/macpath.pyo
+lib/python2.6/macurl2path.pyo
+lib/python2.6/mailbox.pyo
+lib/python2.6/mailcap.pyo
+lib/python2.6/markupbase.pyo
+lib/python2.6/md5.pyo
+lib/python2.6/mhlib.pyo
+lib/python2.6/mimetools.pyo
+lib/python2.6/mimetypes.pyo
+lib/python2.6/mimify.pyo
+lib/python2.6/modulefinder.pyo
+lib/python2.6/multifile.pyo
+lib/python2.6/mutex.pyo
+lib/python2.6/netrc.pyo
+lib/python2.6/new.pyo
+lib/python2.6/pdb.pyo
+lib/python2.6/nntplib.pyo
+lib/python2.6/ntpath.pyo
+lib/python2.6/nturl2path.pyo
+lib/python2.6/numbers.pyo
+lib/python2.6/opcode.pyo
+lib/python2.6/optparse.pyo
+lib/python2.6/os2emxpath.pyo
+lib/python2.6/pickle.pyo
+lib/python2.6/pickletools.pyo
+lib/python2.6/pipes.pyo
+lib/python2.6/pkgutil.pyo
+lib/python2.6/platform.pyo
+lib/python2.6/plistlib.pyo
+lib/python2.6/popen2.pyo
+lib/python2.6/poplib.pyo
+lib/python2.6/posixfile.pyo
+lib/python2.6/pprint.pyo
+lib/python2.6/profile.pyo
+lib/python2.6/pstats.pyo
+lib/python2.6/pty.pyo
+lib/python2.6/pyclbr.pyo
+lib/python2.6/pydoc.pyo
+lib/python2.6/pydoc_topics.pyo
+lib/python2.6/quopri.pyo
+lib/python2.6/random.pyo
+lib/python2.6/repr.pyo
+lib/python2.6/rexec.pyo
+lib/python2.6/rfc822.pyo
+lib/python2.6/rlcompleter.pyo
+lib/python2.6/robotparser.pyo
+lib/python2.6/runpy.pyo
+lib/python2.6/sched.pyo
+lib/python2.6/sets.pyo
+lib/python2.6/sgmllib.pyo
+lib/python2.6/sha.pyo
+lib/python2.6/shelve.pyo
+lib/python2.6/shlex.pyo
+lib/python2.6/shutil.pyo
+lib/python2.6/smtpd.pyo
+lib/python2.6/smtplib.pyo
+lib/python2.6/sndhdr.pyo
+lib/python2.6/socket.pyo
+lib/python2.6/sre.pyo
+lib/python2.6/ssl.pyo
+lib/python2.6/statvfs.pyo
+lib/python2.6/stringold.pyo
+lib/python2.6/stringprep.pyo
+lib/python2.6/struct.pyo
+lib/python2.6/subprocess.pyo
+lib/python2.6/sunau.pyo
+lib/python2.6/sunaudio.pyo
+lib/python2.6/symbol.pyo
+lib/python2.6/symtable.pyo
+lib/python2.6/tabnanny.pyo
+lib/python2.6/tarfile.pyo
+lib/python2.6/telnetlib.pyo
+lib/python2.6/tempfile.pyo
+lib/python2.6/textwrap.pyo
+lib/python2.6/this.pyo
+lib/python2.6/threading.pyo
+lib/python2.6/timeit.pyo
+lib/python2.6/toaiff.pyo
+lib/python2.6/token.pyo
+lib/python2.6/tokenize.pyo
+lib/python2.6/trace.pyo
+lib/python2.6/tty.pyo
+lib/python2.6/unittest.pyo
+lib/python2.6/urllib.pyo
+lib/python2.6/urllib2.pyo
+lib/python2.6/urlparse.pyo
+lib/python2.6/user.pyo
+lib/python2.6/uu.pyo
+lib/python2.6/uuid.pyo
+lib/python2.6/wave.pyo
+lib/python2.6/weakref.pyo
+lib/python2.6/webbrowser.pyo
+lib/python2.6/whichdb.pyo
+lib/python2.6/xdrlib.pyo
+lib/python2.6/xmllib.pyo
+lib/python2.6/xmlrpclib.pyo
+lib/python2.6/zipfile.pyo
+lib/python2.6/config/libpython2.6.a
+lib/python2.6/config/config.c
+lib/python2.6/config/python.o
+lib/python2.6/config/config.c.in
+lib/python2.6/config/Makefile
+lib/python2.6/config/Setup
+lib/python2.6/config/Setup.local
+lib/python2.6/config/Setup.config
+lib/python2.6/config/makesetup
+lib/python2.6/config/install-sh
+lib/python2.6/config/libpython2.6.so
+lib/python2.6/lib-dynload/_struct.so
+lib/python2.6/lib-dynload/_ctypes_test.so
+lib/python2.6/lib-dynload/_weakref.so
+lib/python2.6/lib-dynload/array.so
+lib/python2.6/lib-dynload/cmath.so
+lib/python2.6/lib-dynload/math.so
+lib/python2.6/lib-dynload/strop.so
+lib/python2.6/lib-dynload/time.so
+lib/python2.6/lib-dynload/datetime.so
+lib/python2.6/lib-dynload/itertools.so
+lib/python2.6/lib-dynload/future_builtins.so
+lib/python2.6/lib-dynload/_random.so
+lib/python2.6/lib-dynload/_collections.so
+lib/python2.6/lib-dynload/_bisect.so
+lib/python2.6/lib-dynload/_heapq.so
+lib/python2.6/lib-dynload/operator.so
+lib/python2.6/lib-dynload/_fileio.so
+lib/python2.6/lib-dynload/_bytesio.so
+lib/python2.6/lib-dynload/_functools.so
+lib/python2.6/lib-dynload/_json.so
+lib/python2.6/lib-dynload/_testcapi.so
+lib/python2.6/lib-dynload/_hotshot.so
+lib/python2.6/lib-dynload/_lsprof.so
+lib/python2.6/lib-dynload/unicodedata.so
+lib/python2.6/lib-dynload/_locale.so
+lib/python2.6/lib-dynload/fcntl.so
+lib/python2.6/lib-dynload/grp.so
+lib/python2.6/lib-dynload/select.so
+lib/python2.6/lib-dynload/parser.so
+lib/python2.6/lib-dynload/cStringIO.so
+lib/python2.6/lib-dynload/cPickle.so
+lib/python2.6/lib-dynload/mmap.so
+lib/python2.6/lib-dynload/syslog.so
+lib/python2.6/lib-dynload/audioop.so
+lib/python2.6/lib-dynload/readline.so
+lib/python2.6/lib-dynload/crypt.so
+lib/python2.6/lib-dynload/_csv.so
+lib/python2.6/lib-dynload/_socket.so
+lib/python2.6/lib-dynload/_ssl.so
+lib/python2.6/lib-dynload/_hashlib.so
+lib/python2.6/lib-dynload/_sha256.so
+lib/python2.6/lib-dynload/_sha512.so
+lib/python2.6/lib-dynload/_bsddb.so
+lib/python2.6/lib-dynload/_sqlite3.so
+lib/python2.6/lib-dynload/dbm.so
+lib/python2.6/lib-dynload/gdbm.so
+lib/python2.6/lib-dynload/termios.so
+lib/python2.6/lib-dynload/resource.so
+lib/python2.6/lib-dynload/nis.so
+lib/python2.6/lib-dynload/_curses.so
+lib/python2.6/lib-dynload/_curses_panel.so
+lib/python2.6/lib-dynload/zlib.so
+lib/python2.6/lib-dynload/binascii.so
+lib/python2.6/lib-dynload/bz2.so
+lib/python2.6/lib-dynload/pyexpat.so
+lib/python2.6/lib-dynload/_elementtree.so
+lib/python2.6/lib-dynload/_multibytecodec.so
+lib/python2.6/lib-dynload/_codecs_kr.so
+lib/python2.6/lib-dynload/_codecs_jp.so
+lib/python2.6/lib-dynload/_codecs_cn.so
+lib/python2.6/lib-dynload/_codecs_tw.so
+lib/python2.6/lib-dynload/_codecs_hk.so
+lib/python2.6/lib-dynload/_codecs_iso2022.so
+lib/python2.6/lib-dynload/_multiprocessing.so
+lib/python2.6/lib-dynload/_tkinter.so
+lib/python2.6/lib-dynload/_ctypes.so
+lib/python2.6/lib-dynload/Python-2.6-py2.6.egg-info
+lib/libpython2.6.so.1
+lib/libpython2.6.so
+share/examples/python2.6/README
+share/examples/python2.6/cgi/cgi1.py
+share/examples/python2.6/cgi/wiki.py
+share/examples/python2.6/cgi/cgi0.sh
+share/examples/python2.6/cgi/cgi2.py
+share/examples/python2.6/cgi/cgi3.py
+share/examples/python2.6/cgi/README
+share/examples/python2.6/classes/bitvec.py
+share/examples/python2.6/classes/Range.py
+share/examples/python2.6/classes/Rev.py
+share/examples/python2.6/classes/Dates.py
+share/examples/python2.6/classes/Vec.py
+share/examples/python2.6/classes/Complex.py
+share/examples/python2.6/classes/Dbm.py
+share/examples/python2.6/classes/README
+share/examples/python2.6/comparisons/systemtest.py
+share/examples/python2.6/comparisons/regextest.py
+share/examples/python2.6/comparisons/patterns
+share/examples/python2.6/comparisons/README
+share/examples/python2.6/comparisons/sortingtest.py
+share/examples/python2.6/curses/tclock.py
+share/examples/python2.6/curses/xmas.py
+share/examples/python2.6/curses/rain.py
+share/examples/python2.6/curses/life.py
+share/examples/python2.6/curses/repeat.py
+share/examples/python2.6/curses/ncurses.py
+share/examples/python2.6/curses/README
+share/examples/python2.6/embed/Makefile
+share/examples/python2.6/embed/demo.c
+share/examples/python2.6/embed/loop.c
+share/examples/python2.6/embed/importexc.c
+share/examples/python2.6/embed/README
+share/examples/python2.6/imputil/importers.py
+share/examples/python2.6/imputil/knee.py
+share/examples/python2.6/md5test/README
+share/examples/python2.6/md5test/foo
+share/examples/python2.6/md5test/md5driver.py
+share/examples/python2.6/metaclasses/Simple.py
+share/examples/python2.6/metaclasses/Eiffel.py
+share/examples/python2.6/metaclasses/Trace.py
+share/examples/python2.6/metaclasses/index.html
+share/examples/python2.6/metaclasses/meta-vladimir.txt
+share/examples/python2.6/metaclasses/Enum.py
+share/examples/python2.6/metaclasses/Synch.py
+share/examples/python2.6/metaclasses/Meta.py
+share/examples/python2.6/newmetaclasses/Eiffel.py
+share/examples/python2.6/newmetaclasses/Enum.py
+share/examples/python2.6/parser/docstring.py
+share/examples/python2.6/parser/simple.py
+share/examples/python2.6/parser/FILES
+share/examples/python2.6/parser/example.py
+share/examples/python2.6/parser/test_parser.py
+share/examples/python2.6/parser/unparse.py
+share/examples/python2.6/parser/source.py
+share/examples/python2.6/parser/texipre.dat
+share/examples/python2.6/parser/README
+share/examples/python2.6/pdist/sumtree.py
+share/examples/python2.6/pdist/rcsbump
+share/examples/python2.6/pdist/rrcs
+share/examples/python2.6/pdist/RCSProxy.py
+share/examples/python2.6/pdist/cmptree.py
+share/examples/python2.6/pdist/mac.py
+share/examples/python2.6/pdist/cmdfw.py
+share/examples/python2.6/pdist/cvslock.py
+share/examples/python2.6/pdist/README
+share/examples/python2.6/pdist/server.py
+share/examples/python2.6/pdist/security.py
+share/examples/python2.6/pdist/rrcs.py
+share/examples/python2.6/pdist/FSProxy.py
+share/examples/python2.6/pdist/rcvs.py
+share/examples/python2.6/pdist/rcslib.py
+share/examples/python2.6/pdist/client.py
+share/examples/python2.6/pdist/makechangelog.py
+share/examples/python2.6/pdist/cvslib.py
+share/examples/python2.6/pdist/rcvs
+share/examples/python2.6/pdist/rcsclient.py
+share/examples/python2.6/pysvr/pysvr.c
+share/examples/python2.6/pysvr/pysvr.py
+share/examples/python2.6/pysvr/Makefile
+share/examples/python2.6/pysvr/README
+share/examples/python2.6/rpc/nfsclient.py
+share/examples/python2.6/rpc/xdr.py
+share/examples/python2.6/rpc/test
+share/examples/python2.6/rpc/rnusersclient.py
+share/examples/python2.6/rpc/MANIFEST
+share/examples/python2.6/rpc/T.py
+share/examples/python2.6/rpc/rpc.py
+share/examples/python2.6/rpc/mountclient.py
+share/examples/python2.6/rpc/README
+share/examples/python2.6/scripts/unbirthday.py
+share/examples/python2.6/scripts/newslist.py
+share/examples/python2.6/scripts/markov.py
+share/examples/python2.6/scripts/primes.py
+share/examples/python2.6/scripts/queens.py
+share/examples/python2.6/scripts/lpwatch.py
+share/examples/python2.6/scripts/from.py
+share/examples/python2.6/scripts/script.py
+share/examples/python2.6/scripts/README
+share/examples/python2.6/scripts/mboxconvert.py
+share/examples/python2.6/scripts/pi.py
+share/examples/python2.6/scripts/ftpstats.py
+share/examples/python2.6/scripts/find-uname.py
+share/examples/python2.6/scripts/makedir.py
+share/examples/python2.6/scripts/eqfix.py
+share/examples/python2.6/scripts/fact.py
+share/examples/python2.6/scripts/beer.py
+share/examples/python2.6/scripts/wh.py
+share/examples/python2.6/scripts/mkrcs.py
+share/examples/python2.6/scripts/pp.py
+share/examples/python2.6/scripts/update.py
+share/examples/python2.6/scripts/newslist.doc
+share/examples/python2.6/scripts/morse.py
+share/examples/python2.6/sockets/broadcast.py
+share/examples/python2.6/sockets/radio.py
+share/examples/python2.6/sockets/ftp.py
+share/examples/python2.6/sockets/throughput.py
+share/examples/python2.6/sockets/telnet.py
+share/examples/python2.6/sockets/rpythond.py
+share/examples/python2.6/sockets/rpython.py
+share/examples/python2.6/sockets/unicast.py
+share/examples/python2.6/sockets/README
+share/examples/python2.6/sockets/unixserver.py
+share/examples/python2.6/sockets/mcast.py
+share/examples/python2.6/sockets/unixclient.py
+share/examples/python2.6/sockets/echosvr.py
+share/examples/python2.6/sockets/finger.py
+share/examples/python2.6/sockets/gopher.py
+share/examples/python2.6/sockets/udpecho.py
+share/examples/python2.6/threads/squasher.py
+share/examples/python2.6/threads/telnet.py
+share/examples/python2.6/threads/sync.py
+share/examples/python2.6/threads/find.py
+share/examples/python2.6/threads/fcmp.py
+share/examples/python2.6/threads/Generator.py
+share/examples/python2.6/threads/README
+share/examples/python2.6/threads/Coroutine.py
+share/examples/python2.6/tix/bitmaps/combobox.xpm
+share/examples/python2.6/tix/bitmaps/tix.gif
+share/examples/python2.6/tix/bitmaps/exit.xpm
+share/examples/python2.6/tix/bitmaps/centerj.xbm
+share/examples/python2.6/tix/bitmaps/netw.xpm
+share/examples/python2.6/tix/bitmaps/justify.xbm
+share/examples/python2.6/tix/bitmaps/select.xpm
+share/examples/python2.6/tix/bitmaps/leftj.xbm
+share/examples/python2.6/tix/bitmaps/italic.xbm
+share/examples/python2.6/tix/bitmaps/optmenu.xpm
+share/examples/python2.6/tix/bitmaps/filebox.xpm
+share/examples/python2.6/tix/bitmaps/combobox.xbm
+share/examples/python2.6/tix/bitmaps/drivea.xbm
+share/examples/python2.6/tix/bitmaps/netw.xbm
+share/examples/python2.6/tix/bitmaps/capital.xbm
+share/examples/python2.6/tix/bitmaps/bold.xbm
+share/examples/python2.6/tix/bitmaps/combobox.xpm.1
+share/examples/python2.6/tix/bitmaps/underline.xbm
+share/examples/python2.6/tix/bitmaps/rightj.xbm
+share/examples/python2.6/tix/bitmaps/filebox.xbm
+share/examples/python2.6/tix/bitmaps/drivea.xpm
+share/examples/python2.6/tix/bitmaps/about.xpm
+share/examples/python2.6/tix/samples/ComboBox.py
+share/examples/python2.6/tix/samples/SHList2.py
+share/examples/python2.6/tix/samples/DirList.py
+share/examples/python2.6/tix/samples/BtnBox.py
+share/examples/python2.6/tix/samples/CmpImg.py
+share/examples/python2.6/tix/samples/DirTree.py
+share/examples/python2.6/tix/samples/Tree.py
+share/examples/python2.6/tix/samples/Control.py
+share/examples/python2.6/tix/samples/NoteBook.py
+share/examples/python2.6/tix/samples/PopMenu.py
+share/examples/python2.6/tix/samples/PanedWin.py
+share/examples/python2.6/tix/samples/Balloon.py
+share/examples/python2.6/tix/samples/OptMenu.py
+share/examples/python2.6/tix/samples/SHList1.py
+share/examples/python2.6/tix/grid.py
+share/examples/python2.6/tix/tixwidgets.py
+share/examples/python2.6/tix/INSTALL.txt
+share/examples/python2.6/tix/README.txt
+share/examples/python2.6/tkinter/matt/canvas-gridding.py
+share/examples/python2.6/tkinter/matt/entry-simple.py
+share/examples/python2.6/tkinter/matt/menu-simple.py
+share/examples/python2.6/tkinter/matt/canvas-w-widget-draw-el.py
+share/examples/python2.6/tkinter/matt/not-what-you-might-think-2.py
+share/examples/python2.6/tkinter/matt/printing-coords-of-items.py
+share/examples/python2.6/tkinter/matt/canvas-moving-w-mouse.py
+share/examples/python2.6/tkinter/matt/00-HELLO-WORLD.py
+share/examples/python2.6/tkinter/matt/canvas-mult-item-sel.py
+share/examples/python2.6/tkinter/matt/window-creation-more.py
+share/examples/python2.6/tkinter/matt/subclass-existing-widgets.py
+share/examples/python2.6/tkinter/matt/animation-w-velocity-ctrl.py
+share/examples/python2.6/tkinter/matt/two-radio-groups.py
+share/examples/python2.6/tkinter/matt/window-creation-w-location.py
+share/examples/python2.6/tkinter/matt/README
+share/examples/python2.6/tkinter/matt/canvas-demo-simple.py
+share/examples/python2.6/tkinter/matt/canvas-reading-tag-info.py
+share/examples/python2.6/tkinter/matt/menu-all-types-of-entries.py
+share/examples/python2.6/tkinter/matt/packer-and-placer-together.py
+share/examples/python2.6/tkinter/matt/canvas-with-scrollbars.py
+share/examples/python2.6/tkinter/matt/not-what-you-might-think-1.py
+share/examples/python2.6/tkinter/matt/rubber-band-box-demo-1.py
+share/examples/python2.6/tkinter/matt/packer-simple.py
+share/examples/python2.6/tkinter/matt/placer-simple.py
+share/examples/python2.6/tkinter/matt/entry-with-shared-variable.py
+share/examples/python2.6/tkinter/matt/window-creation-simple.py
+share/examples/python2.6/tkinter/matt/slider-demo-1.py
+share/examples/python2.6/tkinter/matt/bind-w-mult-calls-p-type.py
+share/examples/python2.6/tkinter/matt/animation-simple.py
+share/examples/python2.6/tkinter/matt/pong-demo-1.py
+share/examples/python2.6/tkinter/matt/canvas-moving-or-creating.py
+share/examples/python2.6/tkinter/matt/radiobutton-simple.py
+share/examples/python2.6/tkinter/matt/killing-window-w-wm.py
+share/examples/python2.6/tkinter/matt/dialog-box.py
+share/examples/python2.6/tkinter/matt/rubber-line-demo-1.py
+share/examples/python2.6/tkinter/guido/newmenubardemo.py
+share/examples/python2.6/tkinter/guido/canvasevents.py
+share/examples/python2.6/tkinter/guido/AttrDialog.py
+share/examples/python2.6/tkinter/guido/listtree.py
+share/examples/python2.6/tkinter/guido/kill.py
+share/examples/python2.6/tkinter/guido/solitaire.py
+share/examples/python2.6/tkinter/guido/optionmenu.py
+share/examples/python2.6/tkinter/guido/hanoi.py
+share/examples/python2.6/tkinter/guido/electrons.py
+share/examples/python2.6/tkinter/guido/sortvisu.py
+share/examples/python2.6/tkinter/guido/dialog.py
+share/examples/python2.6/tkinter/guido/ShellWindow.py
+share/examples/python2.6/tkinter/guido/imagedraw.py
+share/examples/python2.6/tkinter/guido/brownian2.py
+share/examples/python2.6/tkinter/guido/switch.py
+share/examples/python2.6/tkinter/guido/rmt.py
+share/examples/python2.6/tkinter/guido/hello.py
+share/examples/python2.6/tkinter/guido/svkill.py
+share/examples/python2.6/tkinter/guido/mbox.py
+share/examples/python2.6/tkinter/guido/ss1.py
+share/examples/python2.6/tkinter/guido/ManPage.py
+share/examples/python2.6/tkinter/guido/MimeViewer.py
+share/examples/python2.6/tkinter/guido/tkman.py
+share/examples/python2.6/tkinter/guido/wish.py
+share/examples/python2.6/tkinter/guido/paint.py
+share/examples/python2.6/tkinter/guido/imageview.py
+share/examples/python2.6/tkinter/guido/brownian.py
+share/examples/python2.6/tkinter/README
+share/examples/python2.6/turtle/tdemo_bytedesign.py
+share/examples/python2.6/turtle/turtleDemo.py
+share/examples/python2.6/turtle/demohelp.txt
+share/examples/python2.6/turtle/tdemo_minimal_hanoi.py
+share/examples/python2.6/turtle/tdemo_fractalcurves.py
+share/examples/python2.6/turtle/tdemo_wikipedia.py
+share/examples/python2.6/turtle/about_turtle.txt
+share/examples/python2.6/turtle/tdemo_penrose.py
+share/examples/python2.6/turtle/turtledemo_two_canvases.py
+share/examples/python2.6/turtle/tdemo_paint.py
+share/examples/python2.6/turtle/tdemo_peace.py
+share/examples/python2.6/turtle/about_turtledemo.txt
+share/examples/python2.6/turtle/tdemo_yinyang.py
+share/examples/python2.6/turtle/tdemo_colormixer.py
+share/examples/python2.6/turtle/tdemo_I_dontlike_tiltdemo.py
+share/examples/python2.6/turtle/tdemo_clock.py
+share/examples/python2.6/turtle/turtle.cfg
+share/examples/python2.6/turtle/tdemo_lindenmayer_indian.py
+share/examples/python2.6/turtle/tdemo_chaos.py
+share/examples/python2.6/turtle/tdemo_tree.py
+share/examples/python2.6/turtle/tdemo_planet_and_moon.py
+share/examples/python2.6/xml/elem_count.py
+share/examples/python2.6/xml/rss2html.py
+share/examples/python2.6/xml/roundtrip.py
+share/examples/python2.6/zlib/zlibdemo.py
+share/examples/python2.6/zlib/minigzip.py
+share/python2.6/Tools/i18n/pygettext.py
+share/python2.6/Tools/i18n/msgfmt.py
+share/python2.6/Tools/i18n/makelocalealias.py
+share/python2.6/Tools/freeze/bkfile.py
+share/python2.6/Tools/freeze/extensions_win32.ini
+share/python2.6/Tools/freeze/winmakemakefile.py
+share/python2.6/Tools/freeze/makemakefile.py
+share/python2.6/Tools/freeze/parsesetup.py
+share/python2.6/Tools/freeze/win32.html
+share/python2.6/Tools/freeze/checkextensions.py
+share/python2.6/Tools/freeze/makefreeze.py
+share/python2.6/Tools/freeze/freeze.py
+share/python2.6/Tools/freeze/hello.py
+share/python2.6/Tools/freeze/checkextensions_win32.py
+share/python2.6/Tools/freeze/README
+share/python2.6/Tools/freeze/makeconfig.py
+share/python2.6/Tools/versioncheck/README
+share/python2.6/Tools/versioncheck/pyversioncheck.py
+share/python2.6/Tools/versioncheck/_checkversion.py
+share/python2.6/Tools/versioncheck/checkversions.py
+share/python2.6/Tools/unicode/python-mappings/TIS-620.TXT
+share/python2.6/Tools/unicode/python-mappings/CP1140.TXT
+share/python2.6/Tools/unicode/python-mappings/KOI8-U.TXT
+share/python2.6/Tools/unicode/gencjkcodecs.py
+share/python2.6/Tools/unicode/listcodecs.py
+share/python2.6/Tools/unicode/makeunicodedata.py
+share/python2.6/Tools/unicode/mkstringprep.py
+share/python2.6/Tools/unicode/Makefile
+share/python2.6/Tools/unicode/comparecodecs.py
+share/python2.6/Tools/unicode/gencodec.py
+share/python2.6/Tools/pynche/X/xlicense.txt
+share/python2.6/Tools/pynche/X/rgb.txt
+share/python2.6/Tools/pynche/pynche
+share/python2.6/Tools/pynche/TypeinViewer.py
+share/python2.6/Tools/pynche/PyncheWidget.py
+share/python2.6/Tools/pynche/namedcolors.txt
+share/python2.6/Tools/pynche/ListViewer.py
+share/python2.6/Tools/pynche/__init__.py
+share/python2.6/Tools/pynche/README
+share/python2.6/Tools/pynche/websafe.txt
+share/python2.6/Tools/pynche/ChipViewer.py
+share/python2.6/Tools/pynche/TextViewer.py
+share/python2.6/Tools/pynche/DetailsViewer.py
+share/python2.6/Tools/pynche/Switchboard.py
+share/python2.6/Tools/pynche/pyColorChooser.py
+share/python2.6/Tools/pynche/pynche.pyw
+share/python2.6/Tools/pynche/html40colors.txt
+share/python2.6/Tools/pynche/StripViewer.py
+share/python2.6/Tools/pynche/Main.py
+share/python2.6/Tools/pynche/ColorDB.py
+share/python2.6/Tools/pynche/webcolors.txt
+share/python2.6/Tools/scripts/which.py
+share/python2.6/Tools/scripts/2to3
+share/python2.6/Tools/scripts/checkappend.py
+share/python2.6/Tools/scripts/fixnotice.py
+share/python2.6/Tools/scripts/copytime.py
+share/python2.6/Tools/scripts/logmerge.py
+share/python2.6/Tools/scripts/pydocgui.pyw
+share/python2.6/Tools/scripts/svneol.py
+share/python2.6/Tools/scripts/diff.py
+share/python2.6/Tools/scripts/parseentities.py
+share/python2.6/Tools/scripts/cvsfiles.py
+share/python2.6/Tools/scripts/mailerdaemon.py
+share/python2.6/Tools/scripts/ftpmirror.py
+share/python2.6/Tools/scripts/dutree.py
+share/python2.6/Tools/scripts/checkpyc.py
+share/python2.6/Tools/scripts/treesync.py
+share/python2.6/Tools/scripts/objgraph.py
+share/python2.6/Tools/scripts/combinerefs.py
+share/python2.6/Tools/scripts/hotshotmain.py
+share/python2.6/Tools/scripts/db2pickle.py
+share/python2.6/Tools/scripts/fixheader.py
+share/python2.6/Tools/scripts/setup.py
+share/python2.6/Tools/scripts/dutree.doc
+share/python2.6/Tools/scripts/pysource.py
+share/python2.6/Tools/scripts/redemo.py
+share/python2.6/Tools/scripts/xxci.py
+share/python2.6/Tools/scripts/google.py
+share/python2.6/Tools/scripts/ifdef.py
+share/python2.6/Tools/scripts/texi2html.py
+share/python2.6/Tools/scripts/h2py.py
+share/python2.6/Tools/scripts/finddiv.py
+share/python2.6/Tools/scripts/findlinksto.py
+share/python2.6/Tools/scripts/gprof2html.py
+share/python2.6/Tools/scripts/ndiff.py
+share/python2.6/Tools/scripts/lfcr.py
+share/python2.6/Tools/scripts/fixdiv.py
+share/python2.6/Tools/scripts/patchcheck.py
+share/python2.6/Tools/scripts/pathfix.py
+share/python2.6/Tools/scripts/fixcid.py
+share/python2.6/Tools/scripts/byteyears.py
+share/python2.6/Tools/scripts/mkreal.py
+share/python2.6/Tools/scripts/classfix.py
+share/python2.6/Tools/scripts/linktree.py
+share/python2.6/Tools/scripts/cleanfuture.py
+share/python2.6/Tools/scripts/untabify.py
+share/python2.6/Tools/scripts/lll.py
+share/python2.6/Tools/scripts/eptags.py
+share/python2.6/Tools/scripts/pydoc
+share/python2.6/Tools/scripts/fixps.py
+share/python2.6/Tools/scripts/byext.py
+share/python2.6/Tools/scripts/idle
+share/python2.6/Tools/scripts/texcheck.py
+share/python2.6/Tools/scripts/pickle2db.py
+share/python2.6/Tools/scripts/findnocoding.py
+share/python2.6/Tools/scripts/pindent.py
+share/python2.6/Tools/scripts/win_add2path.py
+share/python2.6/Tools/scripts/suff.py
+share/python2.6/Tools/scripts/methfix.py
+share/python2.6/Tools/scripts/reindent.py
+share/python2.6/Tools/scripts/README
+share/python2.6/Tools/scripts/md5sum.py
+share/python2.6/Tools/scripts/pdeps.py
+share/python2.6/Tools/scripts/nm2def.py
+share/python2.6/Tools/scripts/ptags.py
+share/python2.6/Tools/scripts/rgrep.py
+share/python2.6/Tools/scripts/crlf.py
+share/python2.6/Tools/world/world
+share/python2.6/Tools/world/README
+share/python2.6/Tools/pybench/package/__init__.py
+share/python2.6/Tools/pybench/package/submodule.py
+share/python2.6/Tools/pybench/pybench.py
+share/python2.6/Tools/pybench/Strings.py
+share/python2.6/Tools/pybench/LICENSE
+share/python2.6/Tools/pybench/Arithmetic.py
+share/python2.6/Tools/pybench/Lookups.py
+share/python2.6/Tools/pybench/Imports.py
+share/python2.6/Tools/pybench/Lists.py
+share/python2.6/Tools/pybench/Calls.py
+share/python2.6/Tools/pybench/Setup.py
+share/python2.6/Tools/pybench/NewInstances.py
+share/python2.6/Tools/pybench/clockres.py
+share/python2.6/Tools/pybench/README
+share/python2.6/Tools/pybench/Constructs.py
+share/python2.6/Tools/pybench/Numbers.py
+share/python2.6/Tools/pybench/With.py
+share/python2.6/Tools/pybench/Tuples.py
+share/python2.6/Tools/pybench/systimes.py
+share/python2.6/Tools/pybench/Exceptions.py
+share/python2.6/Tools/pybench/Dict.py
+share/python2.6/Tools/pybench/CommandLine.py
+share/python2.6/Tools/pybench/Unicode.py
+share/python2.6/Tools/pybench/Instances.py
+share/python2.6/Tools/msi/msilib.py
+share/python2.6/Tools/msi/uuids.py
+share/python2.6/Tools/msi/msi.py
+share/python2.6/Tools/msi/merge.py
+share/python2.6/Tools/msi/sequence.py
+share/python2.6/Tools/msi/crtlicense.txt
+share/python2.6/Tools/msi/msisupport.c
+share/python2.6/Tools/msi/uisample.py
+share/python2.6/Tools/msi/schema.py
+share/python2.6/Tools/msi/msisupport.mak
+share/python2.6/Tools/msi/README.txt
+share/python2.6/Tools/ssl/get-remote-certificate.py
+share/python2.6/Tools/faqwiz/faqconf.py
+share/python2.6/Tools/faqwiz/faqw.py
+share/python2.6/Tools/faqwiz/faqwiz.py
+share/python2.6/Tools/faqwiz/README
+share/python2.6/Tools/faqwiz/faqcust.py
+share/python2.6/Tools/faqwiz/move-faqwiz.sh
+share/python2.6/Tools/bgen/bgen/macsupport.py
+share/python2.6/Tools/bgen/bgen/bgenType.py
+share/python2.6/Tools/bgen/bgen/bgen.py
+share/python2.6/Tools/bgen/bgen/bgenObjectDefinition.py
+share/python2.6/Tools/bgen/bgen/bgenStackBuffer.py
+share/python2.6/Tools/bgen/bgen/bgenOutput.py
+share/python2.6/Tools/bgen/bgen/bgenStringBuffer.py
+share/python2.6/Tools/bgen/bgen/bgenGeneratorGroup.py
+share/python2.6/Tools/bgen/bgen/bgenModule.py
+share/python2.6/Tools/bgen/bgen/bgenVariable.py
+share/python2.6/Tools/bgen/bgen/bgenGenerator.py
+share/python2.6/Tools/bgen/bgen/bgenHeapBuffer.py
+share/python2.6/Tools/bgen/bgen/bgenBuffer.py
+share/python2.6/Tools/bgen/bgen/scantools.py
+share/python2.6/Tools/bgen/README
+share/python2.6/Tools/README
+share/python2.6/Tools/webchecker/webchecker.py
+share/python2.6/Tools/webchecker/websucker.py
+share/python2.6/Tools/webchecker/wcmac.py
+share/python2.6/Tools/webchecker/wcgui.py
+share/python2.6/Tools/webchecker/wsgui.py
+share/python2.6/Tools/webchecker/tktools.py
+share/python2.6/Tools/webchecker/README
+share/python2.6/Tools/buildbot/external-amd64.bat
+share/python2.6/Tools/buildbot/clean-amd64.bat
+share/python2.6/Tools/buildbot/external.bat
+share/python2.6/Tools/buildbot/build.bat
+share/python2.6/Tools/buildbot/test.bat
+share/python2.6/Tools/buildbot/clean.bat
+share/python2.6/Tools/buildbot/README.tcltk-AMD64
+share/python2.6/Tools/buildbot/external-common.bat
+share/python2.6/Tools/buildbot/build-amd64.bat
+share/python2.6/Tools/buildbot/buildmsi.bat
+share/python2.6/Tools/buildbot/test-amd64.bat
+share/python2.6/Tools/modulator/Templates/object_tp_as_number
+share/python2.6/Tools/modulator/Templates/object_tp_compare
+share/python2.6/Tools/modulator/Templates/object_tail
+share/python2.6/Tools/modulator/Templates/object_new
+share/python2.6/Tools/modulator/Templates/object_tp_setattr
+share/python2.6/Tools/modulator/Templates/module_method
+share/python2.6/Tools/modulator/Templates/object_tp_as_sequence
+share/python2.6/Tools/modulator/Templates/object_tp_print
+share/python2.6/Tools/modulator/Templates/object_structure
+share/python2.6/Tools/modulator/Templates/object_head
+share/python2.6/Tools/modulator/Templates/object_tp_dealloc
+share/python2.6/Tools/modulator/Templates/module_tail
+share/python2.6/Tools/modulator/Templates/object_tp_repr
+share/python2.6/Tools/modulator/Templates/object_tp_str
+share/python2.6/Tools/modulator/Templates/object_tp_getattr
+share/python2.6/Tools/modulator/Templates/object_tp_call
+share/python2.6/Tools/modulator/Templates/object_tp_as_mapping
+share/python2.6/Tools/modulator/Templates/object_method
+share/python2.6/Tools/modulator/Templates/module_head
+share/python2.6/Tools/modulator/Templates/object_tp_hash
+share/python2.6/Tools/modulator/Templates/copyright
+share/python2.6/Tools/modulator/Templates/object_mlist
+share/python2.6/Tools/modulator/varsubst.py
+share/python2.6/Tools/modulator/EXAMPLE.py
+share/python2.6/Tools/modulator/genmodule.py
+share/python2.6/Tools/modulator/ScrolledListbox.py
+share/python2.6/Tools/modulator/Tkextra.py
+share/python2.6/Tools/modulator/README
+share/python2.6/Tools/modulator/modulator.py
+share/python2.6/Tools/compiler/regrtest.py
+share/python2.6/Tools/compiler/ast.txt
+share/python2.6/Tools/compiler/ACKS
+share/python2.6/Tools/compiler/compile.py
+share/python2.6/Tools/compiler/stacktest.py
+share/python2.6/Tools/compiler/astgen.py
+share/python2.6/Tools/compiler/dumppyc.py
+share/python2.6/Tools/compiler/demo.py
+share/python2.6/Tools/compiler/README
+share/python2.6/Tools/audiopy/audiopy
+share/python2.6/Tools/audiopy/README
+share/python2.6/Tools/framer/framer/structparse.py
+share/python2.6/Tools/framer/framer/template.py
+share/python2.6/Tools/framer/framer/bases.py
+share/python2.6/Tools/framer/framer/util.py
+share/python2.6/Tools/framer/framer/__init__.py
+share/python2.6/Tools/framer/framer/function.py
+share/python2.6/Tools/framer/framer/slots.py
+share/python2.6/Tools/framer/framer/struct.py
+share/python2.6/Tools/framer/framer/member.py
+share/python2.6/Tools/framer/example.py
+share/python2.6/Tools/framer/TODO.txt
+share/python2.6/Tools/framer/README.txt
+ at dirrm include/python2.6
+ at dirrm lib/python2.6/plat-freebsd4
+ at dirrm lib/python2.6/plat-freebsd5
+ at dirrm lib/python2.6/plat-freebsd7
+ at dirrm lib/python2.6/lib-tk
+ at dirrm lib/python2.6/site-packages
+ at dirrm lib/python2.6/test/decimaltestdata
+ at dirrm lib/python2.6/test
+ at dirrm lib/python2.6/encodings
+ at dirrm lib/python2.6/compiler
+ at dirrm lib/python2.6/hotshot
+ at dirrm lib/python2.6/email/mime
+ at dirrm lib/python2.6/email/test/data
+ at dirrm lib/python2.6/email/test
+ at dirrm lib/python2.6/email
+ at dirrm lib/python2.6/json/tests
+ at dirrm lib/python2.6/json
+ at dirrm lib/python2.6/sqlite3/test
+ at dirrm lib/python2.6/sqlite3
+ at dirrm lib/python2.6/logging
+ at dirrm lib/python2.6/bsddb/test
+ at dirrm lib/python2.6/bsddb
+ at dirrm lib/python2.6/wsgiref
+ at dirrm lib/python2.6/lib2to3/fixes
+ at dirrm lib/python2.6/lib2to3/pgen2
+ at dirrm lib/python2.6/lib2to3/tests
+ at dirrm lib/python2.6/lib2to3
+ at dirrm lib/python2.6/ctypes/test
+ at dirrm lib/python2.6/ctypes/macholib
+ at dirrm lib/python2.6/ctypes
+ at dirrm lib/python2.6/idlelib/Icons
+ at dirrm lib/python2.6/idlelib
+ at dirrm lib/python2.6/distutils/command
+ at dirrm lib/python2.6/distutils/tests
+ at dirrm lib/python2.6/distutils
+ at dirrm lib/python2.6/xml/dom
+ at dirrm lib/python2.6/xml/etree
+ at dirrm lib/python2.6/xml/parsers
+ at dirrm lib/python2.6/xml/sax
+ at dirrm lib/python2.6/xml
+ at dirrm lib/python2.6/multiprocessing/dummy
+ at dirrm lib/python2.6/multiprocessing
+ at dirrm lib/python2.6/lib-old
+ at dirrm lib/python2.6/curses
+ at dirrm lib/python2.6/plat-midnightbsd0
+ at dirrm lib/python2.6/config
+ at dirrm lib/python2.6/lib-dynload
+ at dirrm lib/python2.6
+ at dirrm share/examples/python2.6/cgi
+ at dirrm share/examples/python2.6/classes
+ at dirrm share/examples/python2.6/comparisons
+ at dirrm share/examples/python2.6/curses
+ at dirrm share/examples/python2.6/embed
+ at dirrm share/examples/python2.6/imputil
+ at dirrm share/examples/python2.6/md5test
+ at dirrm share/examples/python2.6/metaclasses
+ at dirrm share/examples/python2.6/newmetaclasses
+ at dirrm share/examples/python2.6/parser
+ at dirrm share/examples/python2.6/pdist
+ at dirrm share/examples/python2.6/pysvr
+ at dirrm share/examples/python2.6/rpc
+ at dirrm share/examples/python2.6/scripts
+ at dirrm share/examples/python2.6/sockets
+ at dirrm share/examples/python2.6/threads
+ at dirrm share/examples/python2.6/tix/bitmaps
+ at dirrm share/examples/python2.6/tix/samples
+ at dirrm share/examples/python2.6/tix
+ at dirrm share/examples/python2.6/tkinter/matt
+ at dirrm share/examples/python2.6/tkinter/guido
+ at dirrm share/examples/python2.6/tkinter
+ at dirrm share/examples/python2.6/turtle
+ at dirrm share/examples/python2.6/xml
+ at dirrm share/examples/python2.6/zlib
+ at dirrm share/examples/python2.6
+ at dirrm share/python2.6/Tools/i18n
+ at dirrm share/python2.6/Tools/freeze
+ at dirrm share/python2.6/Tools/versioncheck
+ at dirrm share/python2.6/Tools/unicode/python-mappings
+ at dirrm share/python2.6/Tools/unicode
+ at dirrm share/python2.6/Tools/pynche/X
+ at dirrm share/python2.6/Tools/pynche
+ at dirrm share/python2.6/Tools/scripts
+ at dirrm share/python2.6/Tools/world
+ at dirrm share/python2.6/Tools/pybench/package
+ at dirrm share/python2.6/Tools/pybench
+ at dirrm share/python2.6/Tools/msi
+ at dirrm share/python2.6/Tools/ssl
+ at dirrm share/python2.6/Tools/faqwiz
+ at dirrm share/python2.6/Tools/bgen/bgen
+ at dirrm share/python2.6/Tools/bgen
+ at dirrm share/python2.6/Tools/webchecker
+ at dirrm share/python2.6/Tools/buildbot
+ at dirrm share/python2.6/Tools/modulator/Templates
+ at dirrm share/python2.6/Tools/modulator
+ at dirrm share/python2.6/Tools/compiler
+ at dirrm share/python2.6/Tools/audiopy
+ at dirrm share/python2.6/Tools/framer/framer
+ at dirrm share/python2.6/Tools/framer
+ at dirrm share/python2.6/Tools
+ at dirrm share/python2.6
--- /dev/null
+++ lang/python26/Makefile
@@ -0,0 +1,229 @@
+# New ports collection makefile for:    python25
+# Date created:         3 July 2003
+# Whom:                 Hye-Shik Chang <perky at FreeBSD.org>
+#
+# $MidnightBSD: mports/lang/python26/Makefile,v 1.1 2008/10/02 20:05:46 laffer1 Exp $
+# $FreeBSD: ports/lang/python25/Makefile,v 1.144 2007/07/30 09:41:36 alexbl Exp $
+
+PORTNAME=	python26
+PORTVERSION=	2.6.0
+CATEGORIES=	lang python ipv6
+MASTER_SITES=	${PYTHON_MASTER_SITES}
+MASTER_SITE_SUBDIR=	${PYTHON_MASTER_SITE_SUBDIR}
+DISTFILES=	${PYTHON_DISTFILE}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT?=	An interpreted object-oriented programming language
+LICENSE=	python
+
+USE_BZIP2=	yes
+DIST_SUBDIR=	python
+WRKSRC=		${PYTHON_WRKSRC}/portbld.static
+PATCH_WRKSRC=	${PYTHON_WRKSRC}
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_SCRIPT=	../configure # must be relative
+CONFIGURE_ENV=	OPT="${CFLAGS}" SVNVERSION="echo freebsd"
+MAKE_ENV=	VPATH="${PYTHON_WRKSRC}"
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	altinstall
+MAN1=		${PYTHON_VERSION}.1
+
+USE_PYTHON=	yes
+PYTHON_VERSION=	python2.6
+PYTHON_NO_DEPENDS=	yes
+
+SHARED_WRKSRC=	${PYTHON_WRKSRC}/portbld.shared
+PLIST=		${WRKDIR}/PLIST
+PLIST_TEMPLATE?=${PKGDIR}/pkg-plist
+PLIST_SUB=	PYVER=${PYTHON_VERSION:S/python//} \
+		PYVER_WITHPAT=${PORTVERSION:S/.c/c/}
+DEMODIR=	${PREFIX}/share/examples/${PYTHON_VERSION}
+TOOLSDIR=	${PREFIX}/share/${PYTHON_VERSION}
+
+BIN_SCRIPTS=	idle pydoc python python-shared smtpd.py python-config \
+		python-shared-config
+BINLINKS_SUB=	-e 's,smtpd,smtpd${PYTHON_VER},' \
+		-e 's,(idle|pydoc|python-shared|python),\1${PYTHON_VER},'
+
+OPTIONS=	THREADS "Enable thread support" on \
+		HUGE_STACK_SIZE "Use a larger thread stack" off \
+		UCS4 "Use UCS4 for unicode support" on \
+		PYMALLOC "Use python's internal malloc" on \
+		IPV6 "Enable IPv6 support" on \
+		FPECTL "Enable floating point exception handling" off
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION}
+MLINKS=		${PYTHON_VERSION}.1 python.1
+PLIST_SUB+=	IF_DEFAULT=""
+.else
+PLIST_SUB+=	IF_DEFAULT="@comment "
+.endif
+
+# workaround for a bug in base curses.h.
+CFLAGS+=	-D__wchar_t=wchar_t
+
+.if !defined(WITHOUT_THREADS)
+CONFIGURE_ARGS+=	--with-threads
+CFLAGS+=		${PTHREAD_CFLAGS}
+.if defined(WITHOUT_HUGE_STACK_SIZE)
+CFLAGS+=		-DTHREAD_STACK_SIZE=0x20000
+.else
+CFLAGS+=		-DTHREAD_STACK_SIZE=0x100000
+.endif # defined(WITHOUT_HUGE_STACK_SIZE)
+CONFIGURE_ENV+=		LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
+.else
+CONFIGURE_ARGS+=	--without-threads
+.if defined(LDFLAGS)
+CONFIGURE_ENV+=		LDFLAGS="${LDFLAGS}"
+.endif # defined(LDFLAGS)
+.endif # !defined(WITHOUT_THREADS)
+
+.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
+CONFIGURE_ARGS+=	--enable-unicode=ucs4
+.endif
+
+.if defined(WITHOUT_PYMALLOC)
+CONFIGURE_ARGS+=        --without-pymalloc
+.endif
+
+.if ${ARCH} == i386
+PLIST_SUB+=	X86_ONLY=""
+.else
+PLIST_SUB+=	X86_ONLY="@comment "
+.endif
+.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
+PLIST_SUB+=     32BIT_ONLY="@comment "
+.else
+PLIST_SUB+=     32BIT_ONLY=""
+.endif
+.if ${ARCH} == sparc64
+CFLAGS+=        -DPYTHON_DEFAULT_RECURSION_LIMIT=900
+.endif
+
+.if !exists(/usr/bin/ypcat) # the world with NO_NIS
+PLIST_SUB+=	NO_NIS="@comment "
+.else
+PLIST_SUB+=	NO_NIS=""
+.endif
+
+.if !defined(WITHOUT_IPV6)
+CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
+.endif
+
+.if defined(WITH_FPECTL)
+CONFIGURE_ARGS+= --with-fpectl
+.endif
+
+PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7
+
+pre-patch:
+	${MKDIR} ${WRKSRC} ${SHARED_WRKSRC}/Modules
+	${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \
+		${PATCH_WRKSRC}/Tools/scripts/pydoc > ${WRKDIR}/pydoc2.6
+	${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \
+		${PATCH_WRKSRC}/Tools/scripts/idle > ${WRKDIR}/idle2.6
+	${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \
+		${PATCH_WRKSRC}/Lib/smtpd.py > ${WRKDIR}/smtpd2.6.py
+	${REINPLACE_CMD} -e \
+		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
+		${PATCH_WRKSRC}/Lib/pydoc.py
+	${REINPLACE_CMD} -e \
+		's|^\( *prefixes = .*\)\]$$|\1, "${LOCALBASE}"]|g' \
+		${PATCH_WRKSRC}/Lib/site.py
+	${REINPLACE_CMD} -e \
+		's|^	\(..ASDLGEN.*\)$$|	${TRUE}|g' \
+		${PATCH_WRKSRC}/Makefile.pre.in
+
+	${REINPLACE_CMD} -e \
+		's|*\(..INSTALL_SCRIPT.*\)python-config$$|#port \1|' \
+		${PATCH_WRKSRC}/Makefile.pre.in
+
+	${SED} -e 's|^#!.*|#!${PREFIX}/bin/${PYTHON_VERSION}|' \
+		${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION}-config
+	${SED} -e 's|^#!.*|#!${PREFIX}/bin/${PYTHON_VERSION:S/thon/thon-shared/}|' \
+		${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config
+
+.if defined(WITH_FPECTL) && ${ARCH} == i386
+	${MKDIR} ${WRKSRC}/Modules
+	${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist
+.endif
+
+post-configure:
+	${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${SHARED_WRKSRC} -xf -
+	${LN} -sf ${PYTHON_WRKSRC}/Lib ${WRKSRC}/Lib
+	${SED} -e 's,^\(LDLIBRARY=\).*$$,\1libpython$$(VERSION).so,' \
+		-e 's,^\(BLDLIBRARY=\).*$$,\1-L. -lpython$$(VERSION),' \
+		-e 's,^\(CFLAGSFORSHARED=\).*$$,\1$$(CCSHARED),' \
+		-e 's,^\(Makefile Modules/config.c:.*\)Makefile.pre,\1,' \
+		-e 's,^\(.(BUILDPYTHON)\: .*\).(LIBRARY),\1,' \
+		-e 's,^\(.(BUILDPYTHON):.*\).(LIBRARY),\1,' \
+		${WRKSRC}/Makefile > ${SHARED_WRKSRC}/Makefile
+
+pre-build:
+	cd ${SHARED_WRKSRC}; \
+	${SETENV} ${MAKE_ENV} ${MAKE} lib${PYTHON_VERSION}.so python; \
+	${LN} -f lib${PYTHON_VERSION}.so lib${PYTHON_VERSION}.so.1; \
+	${LN} -f python ${PYTHON_VERSION:S/thon/thon-shared/}
+
+pre-su-install:
+.for platform in ${PLATFORMS}
+	${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform}
+.for file in IN.py regen
+	${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file} \
+		${PYTHONPREFIX_LIBDIR}/${platform}/
+.endfor
+.endfor
+
+pre-install:
+	${CAT} ${PLIST_TEMPLATE} | ${AWK} '{ print $$0; } \
+	/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }'	> ${PLIST}
+
+	@# if openssl 0.9.8 is detected, _sha{256,512} module won't be installed
+	([ -f ${WRKSRC}/.without_own_sha ] && \
+		${GREP} -v 'lib-dynload/_sha' ${PLIST} > ${PLIST}.tmp && \
+		${CAT} ${PLIST}.tmp > ${PLIST}) || ${TRUE}
+
+post-install:
+	@# install config providers
+	${INSTALL_SCRIPT} ${WRKDIR}/${PYTHON_VERSION}-config ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config ${PREFIX}/bin
+
+	@# shared version of executable and library
+	${INSTALL_PROGRAM} ${SHARED_WRKSRC}/lib${PYTHON_VERSION}.so.1 \
+		${PREFIX}/lib
+	cd ${PREFIX}/lib; ${LN} -sf lib${PYTHON_VERSION}.so.1 \
+		lib${PYTHON_VERSION}.so
+	${LN} -sf ${PREFIX}/lib/lib${PYTHON_VERSION}.so ${PYTHONPREFIX_LIBDIR}/config
+	${INSTALL_PROGRAM} \
+		${SHARED_WRKSRC}/${PYTHON_VERSION:S/thon/thon-shared/} \
+		${PREFIX}/bin
+
+	@# additional files installing by ports
+	${INSTALL_SCRIPT} ${WRKDIR}/pydoc2.6 ${WRKDIR}/idle2.6 \
+		${WRKDIR}/smtpd2.6.py ${PREFIX}/bin
+	@${MKDIR} ${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${PYTHON_WRKSRC}/Misc/python.man \
+		${MANPREFIX}/man/man1/${PYTHON_VERSION}.1
+
+.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION}
+	for f in ${BIN_SCRIPTS}; do \
+		TARGET=`${ECHO_CMD} $$f | ${SED} -E ${BINLINKS_SUB}`; \
+		cd ${PREFIX}/bin && ${LN} -f $$TARGET $$f; \
+	done
+.endif
+
+# XXX port docs optional disable
+	@${MKDIR} ${TOOLSDIR}
+	@cd ${PYTHON_WRKSRC}; ${TAR} -cf - Tools | \
+		(cd ${TOOLSDIR}; ${TAR} -xf -)
+	@${MKDIR} ${DEMODIR}
+	@cd ${PYTHON_WRKSRC}/Demo; ${TAR} -cf - * | \
+		(cd ${DEMODIR}; ${TAR} -xf -)
+
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ lang/python26/distinfo
@@ -0,0 +1,3 @@
+MD5 (python/Python-2.6.tar.bz2) = 837476958702cb386c657b5dba61cdc5
+SHA256 (python/Python-2.6.tar.bz2) = 12e0b278af0f4d741949d2567c8627ae99739be544e510e30dce3f9acbb5a6ff
+SIZE (python/Python-2.6.tar.bz2) = 10957859
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -L lang/Makefile -L lang/Makefile -u -r1.45 -r1.46
--- lang/Makefile
+++ lang/Makefile
@@ -36,6 +36,7 @@
     SUBDIR += python
     SUBDIR += python23
     SUBDIR += python25
+    SUBDIR += python26
     SUBDIR += perl5.8
     SUBDIR += perl5.10
     SUBDIR += php5
--- /dev/null
+++ lang/python26/files/patch-configure
@@ -0,0 +1,44 @@
+--- configure.orig	Tue Aug 28 19:24:15 2007
++++ configure	Tue Aug 28 19:25:38 2007
+@@ -3412,12 +3412,12 @@
+ 	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
+ 	  INSTSONAME="$LDLIBRARY".$SOVERSION
+           ;;
+-    Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*)
++    Linux*|GNU*|NetBSD*|FreeBSD*|MidnightBSD*|DragonFly*)
+ 	  LDLIBRARY='libpython$(VERSION).so'
+ 	  BLDLIBRARY='-L. -lpython$(VERSION)'
+ 	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
+ 	  case $ac_sys_system in
+-	      FreeBSD*)
++	      FreeBSD*|MidnightBSD*)
+ 		SOVERSION=`echo $SOVERSION|cut -d "." -f 1`
+ 		;;
+ 	  esac
+@@ -11040,7 +11040,7 @@
+ 		;;
+ 	Linux*|GNU*) LDSHARED='$(CC) -shared';;
+ 	BSD/OS*/4*) LDSHARED="gcc -shared";;
+-	FreeBSD*)
++	FreeBSD*|MidnightBSD*)
+ 		if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
+ 		then
+ 			LDSHARED="$CC -shared ${LDFLAGS}"
+@@ -11096,7 +11096,7 @@
+ 		 fi;;
+ 	Linux*|GNU*) CCSHARED="-fPIC";;
+ 	BSD/OS*/4*) CCSHARED="-fpic";;
+-	FreeBSD*|NetBSD*|OpenBSD*|DragonFly*) CCSHARED="-fPIC";;
++	FreeBSD*|NetBSD*|OpenBSD*|MidnightBSD*|DragonFly*) CCSHARED="-fPIC";;
+ 	OpenUNIX*|UnixWare*)
+ 		if test "$GCC" = "yes"
+ 		then CCSHARED="-fPIC"
+@@ -11149,7 +11149,7 @@
+ 	OpenUNIX*|UnixWare*) LINKFORSHARED="-Wl,-Bexport";;
+ 	SCO_SV*) LINKFORSHARED="-Wl,-Bexport";;
+ 	ReliantUNIX*) LINKFORSHARED="-W1 -Blargedynsym";;
+-	FreeBSD*|NetBSD*|OpenBSD*|DragonFly*)
++	FreeBSD*|NetBSD*|OpenBSD*|DragonFly*|MidnightBSD*)
+ 		if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
+ 		then
+ 			LINKFORSHARED="-Wl,--export-dynamic"


More information about the Midnightbsd-cvs mailing list