[csw-devel] SF.net SVN: gar:[3034] csw/mgar/pkg/python/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Mon Feb 9 22:09:22 CET 2009


Revision: 3034
          http://gar.svn.sourceforge.net/gar/?rev=3034&view=rev
Author:   valholla
Date:     2009-02-09 21:09:22 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
convert to dynamic prototype and gspec

Modified Paths:
--------------
    csw/mgar/pkg/python/trunk/Makefile
    csw/mgar/pkg/python/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/python/trunk/files/CSWPython.depend
    csw/mgar/pkg/python/trunk/files/CSWPython.gspec
    csw/mgar/pkg/python/trunk/files/CSWPython.prototype
    csw/mgar/pkg/python/trunk/files/CSWidle.depend
    csw/mgar/pkg/python/trunk/files/CSWidle.gspec
    csw/mgar/pkg/python/trunk/files/CSWidle.prototype
    csw/mgar/pkg/python/trunk/files/CSWpython-tk.depend
    csw/mgar/pkg/python/trunk/files/CSWpython-tk.gspec
    csw/mgar/pkg/python/trunk/files/CSWpython-tk.prototype

Modified: csw/mgar/pkg/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/python/trunk/Makefile	2009-02-09 17:48:29 UTC (rev 3033)
+++ csw/mgar/pkg/python/trunk/Makefile	2009-02-09 21:09:22 UTC (rev 3034)
@@ -19,9 +19,6 @@
 UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/
 
 DISTFILES  = $(DISTNAME).tar.bz2
-DISTFILES += $(call admfiles,CSWPython,depend prototype)
-DISTFILES += $(call admfiles,CSWpython-tk,depend prototype)
-DISTFILES += $(call admfiles,CSWidle,depend prototype)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
@@ -49,4 +46,22 @@
 CONFIGURE_ARGS += --enable-unicode=ucs4
 CONFIGURE_ARGS += --with-fpectl
 
+PKGFILES_CSWidle = $(libdir)/python2*/idlelib/.*
+PKGFILES_CSWidle += $(bindir)/idle
+PKGFILES_CSWpython_tk = $(libdir)/python2*/lib-tk/.*
+PKGFILES_CSWpython_tk += $(libdir)/python2*/lib-dynload/*tkinter*
+
+REQUIRED_PKGS_CSWpython = CSWbdb44 CSWbzip2 CSWgdbm CSWggettext
+REQUIRED_PKGS_CSWpython += CSWncurses CSWosslrt CSWreadline CSWzlib
+REQUIRED_PKGS_CSWpython_tk = CSWpython CSWtcl CSWtk
+REQUIRED_PKGS_CSWidle = CSWpython CSWpython-tk
+
+CATALOGNAME_CSWpython = python
+CATALOGNAME_CSWpython_tk = python_tk
+CATALOGNAME_CSWidle = idle
+
+SPKG_DESC_CSWpython = A high-level scripting language.
+SPKG_DESC_CSWpython_tk = Python Tk Interface (TkInter)
+SPKG_DESC_CSWidle = Python IDE
+
 include gar/category.mk

Modified: csw/mgar/pkg/python/trunk/checksums
===================================================================
--- csw/mgar/pkg/python/trunk/checksums	2009-02-09 17:48:29 UTC (rev 3033)
+++ csw/mgar/pkg/python/trunk/checksums	2009-02-09 21:09:22 UTC (rev 3034)
@@ -1,13 +1,4 @@
 e81c2f0953aa60f8062c05a4673f2be0  download/Python-2.6.1.tar.bz2
-1b8abe75212cd34d4a6655846aaf5818  download/CSWPython.gspec
-b1c2b338ce77b8fb5123717292265323  download/CSWPython.depend
-a046f951d37965bb11150deacc3f4cc0  download/CSWPython.prototype
-05cb2423df4e8b6303bf8b5eb1a1921d  download/CSWpython-tk.gspec
-4b3dfbd426f5a78cc9db61f3e403b0c7  download/CSWpython-tk.depend
-adb3dcc8142aec569f6a67e2e06b5bc4  download/CSWpython-tk.prototype
-94a45eacb295bdde5504bc724b61634f  download/CSWidle.gspec
-d33f8d02adef5c1a0ba6b327b1ab19c0  download/CSWidle.depend
-f54c87ce7a8e3bf69020d5b8d9757bc2  download/CSWidle.prototype
 42dd6523beb94a805d5764ae1276091c  download/faqwiz.diff
 33f4094ee46ce865d3973a197f3fb4a0  download/makesetup.diff
 5bc782aa89e5bc218ec154c68aa6801b  download/modules.diff

Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.depend
===================================================================
--- csw/mgar/pkg/python/trunk/files/CSWPython.depend	2009-02-09 17:48:29 UTC (rev 3033)
+++ csw/mgar/pkg/python/trunk/files/CSWPython.depend	2009-02-09 21:09:22 UTC (rev 3034)
@@ -1,8 +0,0 @@
-P CSWbdb44 berkeleydb44 - embedded database libraries and utilities
-P CSWbzip2 bzip2 - a high-quality block-sorting file compressor
-P CSWgdbm gdbm - GNU dbm
-P CSWggettext ggettext - GNU gettext
-P CSWncurses ncurses - ncurses library and utilities
-P CSWosslrt openssl_rt - Openssl runtime libraries
-P CSWreadline readline - library to enable interactive line editing
-P CSWzlib zlib - Zlib Data Compression Library

Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.gspec
===================================================================
--- csw/mgar/pkg/python/trunk/files/CSWPython.gspec	2009-02-09 17:48:29 UTC (rev 3033)
+++ csw/mgar/pkg/python/trunk/files/CSWPython.gspec	2009-02-09 21:09:22 UTC (rev 3034)
@@ -1,4 +0,0 @@
-%var            bitname python
-%var            pkgname CSWpython
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/LICENSE

Deleted: csw/mgar/pkg/python/trunk/files/CSWPython.prototype
===================================================================
--- csw/mgar/pkg/python/trunk/files/CSWPython.prototype	2009-02-09 17:48:29 UTC (rev 3033)
+++ csw/mgar/pkg/python/trunk/files/CSWPython.prototype	2009-02-09 21:09:22 UTC (rev 3034)
@@ -1,3734 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/python 0755 root bin
-s none /opt/csw/bin/python-config=python2.6-config
-f none /opt/csw/bin/2to3 0755 root bin
-f none /opt/csw/bin/smtpd.py 0755 root bin
-f none /opt/csw/bin/python2.6-config 0755 root bin
-l none /opt/csw/bin/python2.6=python
-f none /opt/csw/bin/pydoc 0755 root bin
-d none /opt/csw/include 0755 root bin
-d none /opt/csw/include/python2.6 0755 root bin
-f none /opt/csw/include/python2.6/pymacconfig.h 0644 root bin
-f none /opt/csw/include/python2.6/py_curses.h 0644 root bin
-f none /opt/csw/include/python2.6/traceback.h 0644 root bin
-f none /opt/csw/include/python2.6/marshal.h 0644 root bin
-f none /opt/csw/include/python2.6/errcode.h 0644 root bin
-f none /opt/csw/include/python2.6/pyarena.h 0644 root bin
-f none /opt/csw/include/python2.6/listobject.h 0644 root bin
-f none /opt/csw/include/python2.6/descrobject.h 0644 root bin
-f none /opt/csw/include/python2.6/abstract.h 0644 root bin
-f none /opt/csw/include/python2.6/metagrammar.h 0644 root bin
-f none /opt/csw/include/python2.6/bytes_methods.h 0644 root bin
-f none /opt/csw/include/python2.6/bytearrayobject.h 0644 root bin
-f none /opt/csw/include/python2.6/structmember.h 0644 root bin
-f none /opt/csw/include/python2.6/longobject.h 0644 root bin
-f none /opt/csw/include/python2.6/iterobject.h 0644 root bin
-f none /opt/csw/include/python2.6/object.h 0644 root bin
-f none /opt/csw/include/python2.6/grammar.h 0644 root bin
-f none /opt/csw/include/python2.6/import.h 0644 root bin
-f none /opt/csw/include/python2.6/enumobject.h 0644 root bin
-f none /opt/csw/include/python2.6/objimpl.h 0644 root bin
-f none /opt/csw/include/python2.6/symtable.h 0644 root bin
-f none /opt/csw/include/python2.6/token.h 0644 root bin
-f none /opt/csw/include/python2.6/pygetopt.h 0644 root bin
-f none /opt/csw/include/python2.6/pgen.h 0644 root bin
-f none /opt/csw/include/python2.6/pyerrors.h 0644 root bin
-f none /opt/csw/include/python2.6/pystrcmp.h 0644 root bin
-f none /opt/csw/include/python2.6/classobject.h 0644 root bin
-f none /opt/csw/include/python2.6/sliceobject.h 0644 root bin
-f none /opt/csw/include/python2.6/warnings.h 0644 root bin
-f none /opt/csw/include/python2.6/pydebug.h 0644 root bin
-f none /opt/csw/include/python2.6/pyconfig.h 0644 root bin
-f none /opt/csw/include/python2.6/funcobject.h 0644 root bin
-f none /opt/csw/include/python2.6/pymem.h 0644 root bin
-f none /opt/csw/include/python2.6/Python.h 0644 root bin
-f none /opt/csw/include/python2.6/asdl.h 0644 root bin
-f none /opt/csw/include/python2.6/stringobject.h 0644 root bin
-f none /opt/csw/include/python2.6/ast.h 0644 root bin
-f none /opt/csw/include/python2.6/timefuncs.h 0644 root bin
-f none /opt/csw/include/python2.6/pyfpe.h 0644 root bin
-f none /opt/csw/include/python2.6/pythonrun.h 0644 root bin
-f none /opt/csw/include/python2.6/intrcheck.h 0644 root bin
-f none /opt/csw/include/python2.6/opcode.h 0644 root bin
-f none /opt/csw/include/python2.6/rangeobject.h 0644 root bin
-f none /opt/csw/include/python2.6/pymactoolbox.h 0644 root bin
-f none /opt/csw/include/python2.6/cellobject.h 0644 root bin
-f none /opt/csw/include/python2.6/tupleobject.h 0644 root bin
-f none /opt/csw/include/python2.6/pymath.h 0644 root bin
-f none /opt/csw/include/python2.6/cStringIO.h 0644 root bin
-f none /opt/csw/include/python2.6/frameobject.h 0644 root bin
-f none /opt/csw/include/python2.6/pythread.h 0644 root bin
-f none /opt/csw/include/python2.6/node.h 0644 root bin
-f none /opt/csw/include/python2.6/genobject.h 0644 root bin
-f none /opt/csw/include/python2.6/pyport.h 0644 root bin
-f none /opt/csw/include/python2.6/pystate.h 0644 root bin
-f none /opt/csw/include/python2.6/bitset.h 0644 root bin
-f none /opt/csw/include/python2.6/bytesobject.h 0644 root bin
-f none /opt/csw/include/python2.6/ceval.h 0644 root bin
-f none /opt/csw/include/python2.6/graminit.h 0644 root bin
-f none /opt/csw/include/python2.6/eval.h 0644 root bin
-f none /opt/csw/include/python2.6/bufferobject.h 0644 root bin
-f none /opt/csw/include/python2.6/osdefs.h 0644 root bin
-f none /opt/csw/include/python2.6/floatobject.h 0644 root bin
-f none /opt/csw/include/python2.6/Python-ast.h 0644 root bin
-f none /opt/csw/include/python2.6/methodobject.h 0644 root bin
-f none /opt/csw/include/python2.6/datetime.h 0644 root bin
-f none /opt/csw/include/python2.6/cobject.h 0644 root bin
-f none /opt/csw/include/python2.6/intobject.h 0644 root bin
-f none /opt/csw/include/python2.6/dictobject.h 0644 root bin
-f none /opt/csw/include/python2.6/moduleobject.h 0644 root bin
-f none /opt/csw/include/python2.6/unicodeobject.h 0644 root bin
-f none /opt/csw/include/python2.6/pystrtod.h 0644 root bin
-f none /opt/csw/include/python2.6/setobject.h 0644 root bin
-f none /opt/csw/include/python2.6/complexobject.h 0644 root bin
-f none /opt/csw/include/python2.6/sysmodule.h 0644 root bin
-f none /opt/csw/include/python2.6/weakrefobject.h 0644 root bin
-f none /opt/csw/include/python2.6/parsetok.h 0644 root bin
-f none /opt/csw/include/python2.6/boolobject.h 0644 root bin
-f none /opt/csw/include/python2.6/modsupport.h 0644 root bin
-f none /opt/csw/include/python2.6/pgenheaders.h 0644 root bin
-f none /opt/csw/include/python2.6/fileobject.h 0644 root bin
-f none /opt/csw/include/python2.6/longintrepr.h 0644 root bin
-f none /opt/csw/include/python2.6/codecs.h 0644 root bin
-f none /opt/csw/include/python2.6/code.h 0644 root bin
-f none /opt/csw/include/python2.6/patchlevel.h 0644 root bin
-f none /opt/csw/include/python2.6/pyexpat.h 0644 root bin
-f none /opt/csw/include/python2.6/compile.h 0644 root bin
-f none /opt/csw/include/python2.6/structseq.h 0644 root bin
-f none /opt/csw/include/python2.6/ucnhash.h 0644 root bin
-d none /opt/csw/lib 0755 root bin
-s none /opt/csw/lib/libpython2.6.so=libpython2.6.so.1.0
-d none /opt/csw/lib/python2.6 0755 root bin
-f none /opt/csw/lib/python2.6/timeit.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/filecmp.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/abc.py 0644 root bin
-f none /opt/csw/lib/python2.6/stat.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/_threading_local.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/random.py 0644 root bin
-f none /opt/csw/lib/python2.6/SocketServer.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/cookielib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/htmlentitydefs.py 0644 root bin
-f none /opt/csw/lib/python2.6/_strptime.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/xdrlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/Cookie.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/plistlib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/gettext.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/tarfile.py 0644 root bin
-f none /opt/csw/lib/python2.6/pprint.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/audiodev.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/mailcap.py 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref.egg-info 0644 root bin
-f none /opt/csw/lib/python2.6/functools.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/ntpath.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/this.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/stringprep.py 0644 root bin
-f none /opt/csw/lib/python2.6/subprocess.py 0644 root bin
-f none /opt/csw/lib/python2.6/statvfs.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/linecache.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/mimetypes.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/UserDict.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/BaseHTTPServer.pyo 0644 root bin
-d none /opt/csw/lib/python2.6/compiler 0755 root bin
-f none /opt/csw/lib/python2.6/compiler/future.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/misc.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/consts.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/visitor.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/ast.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/pycodegen.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/misc.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/syntax.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/transformer.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/symbols.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/syntax.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/future.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/ast.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/pyassem.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/__init__.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/future.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/__init__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/visitor.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/pycodegen.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/consts.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/pycodegen.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/consts.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/pyassem.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/visitor.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/misc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/symbols.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/syntax.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/transformer.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/ast.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/symbols.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/transformer.py 0644 root bin
-f none /opt/csw/lib/python2.6/compiler/pyassem.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/repr.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/copy.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/abc.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/quopri.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/pipes.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/repr.py 0644 root bin
-f none /opt/csw/lib/python2.6/chunk.py 0644 root bin
-f none /opt/csw/lib/python2.6/markupbase.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/_abcoll.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/code.py 0644 root bin
-f none /opt/csw/lib/python2.6/__phello__.foo.py 0644 root bin
-f none /opt/csw/lib/python2.6/dis.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/StringIO.py 0644 root bin
-f none /opt/csw/lib/python2.6/sha.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/new.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/pydoc_topics.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/os2emxpath.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/anydbm.py 0644 root bin
-f none /opt/csw/lib/python2.6/DocXMLRPCServer.py 0644 root bin
-f none /opt/csw/lib/python2.6/threading.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/anydbm.pyo 0644 root bin
-d none /opt/csw/lib/python2.6/email 0755 root bin
-f none /opt/csw/lib/python2.6/email/utils.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/iterators.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/parser.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/charset.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/encoders.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/message.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/feedparser.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/parser.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/feedparser.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/generator.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/quoprimime.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/utils.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/quoprimime.pyo 0644 root bin
-d none /opt/csw/lib/python2.6/email/mime 0755 root bin
-f none /opt/csw/lib/python2.6/email/mime/image.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/audio.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/message.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/message.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/base.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/multipart.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/text.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/application.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/base.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/image.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/audio.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/nonmultipart.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/text.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/message.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/audio.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/image.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/__init__.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/__init__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/nonmultipart.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/multipart.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/application.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/text.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/base.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/application.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/mime/multipart.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/charset.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/header.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/base64mime.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/errors.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/_parseaddr.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/generator.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/header.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/iterators.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/__init__.py 0644 root bin
-d none /opt/csw/lib/python2.6/email/test 0755 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_torture.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email.pyo 0644 root bin
-d none /opt/csw/lib/python2.6/email/test/data 0755 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_04.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_03.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_36.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/audiotest.au 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_31.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_43.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_38.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_44.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_29.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_20.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_27.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_12.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_15.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_39.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/PyBanner048.gif 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_42.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_30.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_37.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_02.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_05.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_14.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_13.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_26.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_21.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_12a.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_28.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_19.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_10.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_17.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_22.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_25.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_41.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_34.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_33.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_06.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_01.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_08.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_24.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_23.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_16.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_11.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_18.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_09.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_07.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_32.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_35.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/data/msg_40.txt 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_renamed.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/__init__.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/__init__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_codecs_renamed.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_codecs.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_torture.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_renamed.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/test/test_email_codecs.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/parser.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/charset.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/_parseaddr.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/encoders.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/encoders.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/message.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/feedparser.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/quoprimime.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/message.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/utils.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/__init__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/generator.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/errors.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/errors.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/header.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/base64mime.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/email/base64mime.py 0644 root bin
-f none /opt/csw/lib/python2.6/email/_parseaddr.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/email/iterators.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/textwrap.py 0644 root bin
-f none /opt/csw/lib/python2.6/toaiff.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/imaplib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/htmllib.py 0644 root bin
-f none /opt/csw/lib/python2.6/Queue.py 0644 root bin
-f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/mhlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/csv.py 0644 root bin
-f none /opt/csw/lib/python2.6/platform.py 0755 root bin
-f none /opt/csw/lib/python2.6/uuid.py 0644 root bin
-f none /opt/csw/lib/python2.6/atexit.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/inspect.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/sets.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/Queue.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/bisect.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/dummy_thread.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/nturl2path.py 0644 root bin
-f none /opt/csw/lib/python2.6/webbrowser.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/pickletools.py 0644 root bin
-f none /opt/csw/lib/python2.6/SimpleHTTPServer.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/quopri.py 0755 root bin
-f none /opt/csw/lib/python2.6/weakref.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/asynchat.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/subprocess.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/commands.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/tabnanny.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/ast.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/pipes.py 0644 root bin
-f none /opt/csw/lib/python2.6/rfc822.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/codecs.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/commands.py 0644 root bin
-f none /opt/csw/lib/python2.6/hashlib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/pickletools.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/stringprep.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/StringIO.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/optparse.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/SimpleXMLRPCServer.py 0644 root bin
-f none /opt/csw/lib/python2.6/io.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/getopt.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/string.py 0644 root bin
-f none /opt/csw/lib/python2.6/CGIHTTPServer.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/re.py 0644 root bin
-f none /opt/csw/lib/python2.6/multifile.py 0644 root bin
-f none /opt/csw/lib/python2.6/asynchat.py 0644 root bin
-f none /opt/csw/lib/python2.6/chunk.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/sched.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/sgmllib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/poplib.py 0644 root bin
-f none /opt/csw/lib/python2.6/aifc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/MimeWriter.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/this.py 0644 root bin
-f none /opt/csw/lib/python2.6/ConfigParser.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/urllib2.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/md5.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/mutex.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/sunaudio.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/_LWPCookieJar.py 0644 root bin
-f none /opt/csw/lib/python2.6/unittest.pyo 0644 root bin
-d none /opt/csw/lib/python2.6/logging 0755 root bin
-f none /opt/csw/lib/python2.6/logging/__init__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/logging/handlers.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/logging/handlers.py 0644 root bin
-f none /opt/csw/lib/python2.6/logging/__init__.py 0644 root bin
-f none /opt/csw/lib/python2.6/logging/config.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/logging/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/logging/handlers.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/logging/config.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/logging/config.py 0644 root bin
-f none /opt/csw/lib/python2.6/difflib.py 0644 root bin
-f none /opt/csw/lib/python2.6/ftplib.py 0644 root bin
-f none /opt/csw/lib/python2.6/UserString.pyo 0644 root bin
-d none /opt/csw/lib/python2.6/site-packages 0755 root bin
-f none /opt/csw/lib/python2.6/site-packages/README 0644 root bin
-f none /opt/csw/lib/python2.6/collections.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/cgitb.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/symtable.py 0644 root bin
-f none /opt/csw/lib/python2.6/nturl2path.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/re.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/types.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/runpy.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/cookielib.py 0644 root bin
-f none /opt/csw/lib/python2.6/tarfile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/traceback.py 0644 root bin
-f none /opt/csw/lib/python2.6/optparse.py 0644 root bin
-f none /opt/csw/lib/python2.6/tokenize.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/multifile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/uu.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/SimpleHTTPServer.py 0644 root bin
-f none /opt/csw/lib/python2.6/posixfile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/smtplib.pyc 0644 root bin
-d none /opt/csw/lib/python2.6/plat-sunos5 0755 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.py 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.py 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/regen 0755 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/IN.py 0755 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.py 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/SUNAUDIODEV.py 0755 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/TYPES.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/DLFCN.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/IN.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.py 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/CDIO.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/plat-sunos5/STROPTS.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/_strptime.py 0644 root bin
-f none /opt/csw/lib/python2.6/stringold.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/mimify.py 0755 root bin
-f none /opt/csw/lib/python2.6/modulefinder.py 0644 root bin
-f none /opt/csw/lib/python2.6/webbrowser.py 0644 root bin
-f none /opt/csw/lib/python2.6/HTMLParser.py 0644 root bin
-f none /opt/csw/lib/python2.6/gettext.py 0644 root bin
-f none /opt/csw/lib/python2.6/doctest.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/string.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/compileall.py 0644 root bin
-f none /opt/csw/lib/python2.6/struct.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/zipfile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/contextlib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/ihooks.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/nntplib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/heapq.py 0644 root bin
-f none /opt/csw/lib/python2.6/pdb.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/shutil.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/rexec.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/htmlentitydefs.pyc 0644 root bin
-d none /opt/csw/lib/python2.6/wsgiref 0755 root bin
-f none /opt/csw/lib/python2.6/wsgiref/headers.py 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/headers.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/validate.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/validate.py 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/__init__.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/handlers.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/util.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/simple_server.py 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/headers.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/validate.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/util.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/__init__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/handlers.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/handlers.py 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/__init__.py 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/simple_server.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/wsgiref/util.py 0644 root bin
-f none /opt/csw/lib/python2.6/sgmllib.py 0644 root bin
-f none /opt/csw/lib/python2.6/mimetools.py 0644 root bin
-f none /opt/csw/lib/python2.6/ssl.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/rfc822.py 0644 root bin
-f none /opt/csw/lib/python2.6/rlcompleter.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/copy_reg.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/numbers.py 0644 root bin
-f none /opt/csw/lib/python2.6/uuid.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/sunau.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/sched.py 0644 root bin
-f none /opt/csw/lib/python2.6/pydoc_topics.py 0644 root bin
-f none /opt/csw/lib/python2.6/sha.py 0644 root bin
-f none /opt/csw/lib/python2.6/decimal.py 0644 root bin
-f none /opt/csw/lib/python2.6/user.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/trace.py 0644 root bin
-f none /opt/csw/lib/python2.6/ihooks.py 0644 root bin
-f none /opt/csw/lib/python2.6/dbhash.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/xdrlib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/urlparse.py 0644 root bin
-f none /opt/csw/lib/python2.6/difflib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/getpass.py 0644 root bin
-f none /opt/csw/lib/python2.6/shelve.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/tty.py 0644 root bin
-f none /opt/csw/lib/python2.6/macpath.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/robotparser.pyo 0644 root bin
-d none /opt/csw/lib/python2.6/test 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_array.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cprofile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkg.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_binascii.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_symtable.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urlparse.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_errno.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/seq_tests.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test__locale.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_shutil.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_normalization.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/buffer_tests.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sgmllib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/inspect_fodder.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dircache.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cd.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_dircache.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkgimport.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_imageop.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_binop.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_startfile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xpickle.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/seq_tests.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/curses_tests.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_strptime.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_struct.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/wrongcert.pem 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_anydbm.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/__init__.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_scope.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_scriptpackages.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_hash.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threading_local.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_builtin.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_copy_reg.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_colorsys.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_logging.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/floating_points.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_collections.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gettext.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_string.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_module.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_binop.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_memoryio.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test___future__.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkgimport.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmd_line.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_glob.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sha.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_string.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multifile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mutex.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cd.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tcl.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mutants.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_textwrap.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_colorsys.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_abc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mailbox.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_frozen.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/https_svn_python_org_root.pem 0644 root bin
-f none /opt/csw/lib/python2.6/test/sgml_input.html 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_platform.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gl.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_fileio.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dis.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gdbm.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_quopri.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sha.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest2.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_new.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_distutils.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_os.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_userlist.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zipfile64.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_select.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_site.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_class.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_signal.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_al.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gzip.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/badkey.pem 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_timeout.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cookie.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pty.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/xmltests.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_genericpath.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xdrlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicodedata.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_complex_args.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_difflib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_random.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bastion.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_decimal.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_itertools.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_posix.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicode.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_capi.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_logging.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_whichdb.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cpickle.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_defaultdict.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_wave.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/profilee.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/nullcert.pem 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future3.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_queue.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ast.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threaded_import.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_copy.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dict.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pwd.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/cfgparser.1 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ucn.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fnmatch.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pipes.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_generators.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_calendar.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkg.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_iterlen.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/double_const.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future1.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkgutil.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tempfile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_startfile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_old_mailbox.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bufio.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_array.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_asyncore.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_decorators.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future4.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_math.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_int.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_email.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_select.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_difflib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threadsignals.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_wait3.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cprofile.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_getopt.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/ieee754.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/bad_coding.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_imgfile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multibytecodec_support.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_genericpath.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_macpath.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_robotparser.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_distutils.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_htmllib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_queue.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urllibnet.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_functools.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_code.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_profile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dbm.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_math.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_io.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_md5.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/re_tests.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecs.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_rfc822.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future3.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_wait4.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_float.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicode.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future_builtins.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cookielib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_copy_reg.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_warnings.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_rfc822.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pow.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_atexit.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_descr.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sys.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/regrtest.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bisect.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_str.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_iter.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_long_future.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_hmac.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep352.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_abstract_numbers.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/pydoc_mod.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urllib2net.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_time.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_MimeWriter.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/inspect_fodder2.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_transformer.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ioctl.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future1.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bigaddrspace.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mimetypes.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/tokenize_tests.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_anydbm.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_nis.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_curses.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_format.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_scope.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_htmllib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_extcall.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/relimport.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_exceptions.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest4.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threading_local.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_json.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_quopri.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mutex.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_uuid.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_enumerate.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmd_line.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xml_etree_c.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/ssl_key.pem 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_kr.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ioctl.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_types.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fpformat.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_httplib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_email_renamed.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_time.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep292.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_httpservers.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_poplib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/pydocfodder.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sqlite.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_winreg.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_importhooks.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/infinite_reload.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_popen.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_hk.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threading.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_structmembers.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest3.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_lib2to3.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gdbm.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_sqlite.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tuple.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_operator.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_opcodes.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/sortperf.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/testcodec.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_applesingle.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_cn.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_abstract_numbers.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bastion.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_syntax.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tarfile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_userdict.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pprint.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep247.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bsddb3.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_types.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_runpy.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_complex_args.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/tf_inherit_check.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_with.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_wsgiref.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_coding.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_augassign.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future2.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ntpath.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threading.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_userlist.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_old_mailbox.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_slice.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/pystone.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fork1.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_macostools.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_py3kwarn.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/testall.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bigmem.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_warnings.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_runpy.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_telnetlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pwd.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dumbdbm.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ftplib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/pydocfodder.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/autotest.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_long.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ssl.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_tw.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_netrc.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_structseq.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_set.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_genexps.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xmllib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_collections.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_deque.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmd_line_script.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/mapping_tests.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/pickletester.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urllib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future5.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_scriptpackages.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_nis.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/cmath_testcases.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/pyclbr_input.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_weakref.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cfgparser.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_exception_variations.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future2.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_json.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_email.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_netrc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/threaded_import_hangers.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_kqueue.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_imageop.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_typechecks.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tarfile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/doctest_aliases.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multifile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_transformer.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fractions.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/pickletester.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_frozen.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_telnetlib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_traceback.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_winsound.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_support.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cookielib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_shlex.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_contextlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_posixpath.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gl.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tokenize.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_glob.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_getargs2.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_subprocess.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_longexp.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bsddb185.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zipfile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bsddb.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sgmllib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_normalization.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pstats.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_call.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_minidom.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urllibnet.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_modulefinder.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_structseq.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fcntl.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_urllib2.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zipfile64.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_binhex.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ctypes.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xml_etree.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unittest.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_int_literal.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_email_codecs.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_stringprep.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_strftime.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_generators.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_abc.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_trace.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_extcall.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_syntax.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/keycert.pem 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_hmac.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/curses_tests.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_grammar.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_file.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/time_hashlib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ftplib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_audioop.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mimetools.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zipfile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_aepack.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fileinput.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_poll.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/sample_doctest.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test.xml.out 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_winreg.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xrange.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_funcattrs.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_epoll.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_httplib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_io.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_poplib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test.xml 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codeccallbacks.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_grp.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_minidom.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_htmlparser.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_importhooks.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_parser.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_socketserver.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pickle.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_al.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_imaplib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tuple.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urllib2_localnet.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_decorators.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_traceback.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_operator.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/list_tests.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/README 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_list.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xmlrpc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bisect.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_opcodes.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_modulefinder.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sunaudiodev.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xpickle.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_compile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_marshal.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mimetools.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_smtplib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_softspace.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_strop.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_marshal.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_csv.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep247.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/empty.vbs 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_shutil.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_base64.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sets.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cfgparser.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_jp.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_imp.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmd.pyc 0644 root bin
-d none /opt/csw/lib/python2.6/test/decimaltestdata 0755 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqLogB.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddPlus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/rounding.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyAbs.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotal.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/rescale.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainderNear.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dsBase.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddQuantize.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/minmag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/powersqrt.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/randoms.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMax.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivide.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopy.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqEncode.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/and.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextMinus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/exp.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSubtract.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqBase.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/remainderNear.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/inexact.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqClass.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/testall.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAbs.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotal.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddXor.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/clamp.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/minus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopyNegate.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/scaleb.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/squareroot.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextToward.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/reduce.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/max.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqOr.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinMag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/copyabs.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/divide.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopy.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/copysign.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddLogB.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqPlus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotmag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegral.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqShift.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/samequantum.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/or.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddInvert.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRemainder.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddToIntegral.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMultiply.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/quantize.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyAbs.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMinus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqSameQuantum.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRotate.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/xor.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopySign.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMin.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dsEncode.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAdd.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareSig.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddFMA.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqReduce.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqScaleB.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/decQuad.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddBase.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/abs.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqNextPlus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAnd.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/compare.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqDivideInt.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMaxMag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCanonical.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/divideint.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMax.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextPlus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/maxmag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/fma.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/invert.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompareTotalMag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMultiply.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/class.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/rotate.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCompare.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/logb.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/randomBound32.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCopySign.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqToIntegral.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/decSingle.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/comparetotal.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/copynegate.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSameQuantum.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/nexttoward.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/subtract.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ln.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/base.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqXor.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextMinus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/nextminus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/min.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/nextplus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/tointegralx.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareSig.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/add.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAbs.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/extra.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivide.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddShift.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddEncode.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqInvert.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainderNear.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/remainder.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqRotate.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddClass.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/copy.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddReduce.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/plus.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddScaleB.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddSubtract.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMaxMag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompareTotalMag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqQuantize.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqAnd.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/shift.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/multiply.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqMinMag.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/log10.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddRemainder.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddOr.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqFMA.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/decDouble.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddAdd.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddDivideInt.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddMin.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCompare.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/dqCanonical.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddCopyNegate.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/power.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/decimaltestdata/ddNextToward.decTest 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cl.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_compiler.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_long.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_getargs2.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_compile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_thread.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threadsignals.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_grp.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_undocumented_details.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_socket.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_resource.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bufio.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_imp.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cgi.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/doctest_aliases.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urllib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_peepholer.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zipimport.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_site.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_memoryio.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_binascii.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_lib2to3.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/warning_tests.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_kqueue.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_random.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmath.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_exception_variations.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_email_renamed.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/regex_tests.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_plistlib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xml_etree.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_strptime.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_largefile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicode_file.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_hotshot.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_eof.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/badsyntax_future9.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_socket.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_getargs.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_openpty.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_print.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sets.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_popen2.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_re.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_macpath.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/outstanding_bugs.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_audioop.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_print.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_filecmp.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dummy_threading.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_jp.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dl.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codeccallbacks.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_enumerate.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_index.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_csv.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_builtin.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_profilehooks.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_heapq.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_asyncore.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/audiotest.au 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_filecmp.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_contextlib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sunaudiodev.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest2.txt 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_errno.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future5.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_support.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_global.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bz2.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/bad_coding2.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pyclbr.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_index.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test__locale.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/sample_doctest.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_property.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/randv3.pck 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gettext.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_grammar.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pydoc.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sax.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_largefile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep352.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_contains.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_univnewlines.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_descrtut.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_py3kwarn.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test___future__.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_with.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_macos.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pickletools.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecs.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_getargs.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pty.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_structmembers.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_MimeWriter.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_weakref.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/profilee.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_iterlen.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_locale.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pyexpat.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_openpty.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_base64.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_datetime.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tokenize.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_binhex.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_hashlib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codeop.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bigaddrspace.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/autotest.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmd_line_script.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest2.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_linuxaudiodev.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_complex.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep277.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_shelve.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sort.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_compare.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_import.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unpack.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ctypes.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_calendar.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/string_tests.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/string_tests.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_macostools.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future4.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_locale.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bytes.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_richcmp.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multiprocessing.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bool.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/check_soundcard.vbs 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_exceptions.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_decimal.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_str.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fcntl.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_compiler.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/badsyntax_future8.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_property.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/fork_wait.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zlib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/__init__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xdrlib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/xmltests.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_userdict.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_optparse.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_StringIO.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mhlib.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/reperf.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmath.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_wave.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_coercion.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep263.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test___all__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mmap.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_repr.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_imaplib.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_tw.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_copy.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_isinstance.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_crypt.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_buffer.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/relimport.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_inspect.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/mapping_tests.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bsddb.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_sundry.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_userstring.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/tf_inherit_check.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_resource.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_typechecks.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_uu.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_commands.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tempfile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/infinite_reload.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_asynchat.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unary.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_textwrap.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_augassign.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mutants.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tcl.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_format.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_colorsys.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_repr.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_abc.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pprint.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_hk.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xmllib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pyexpat.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/sortperf.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cookie.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mailbox.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fileio.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dis.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_code.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_platform.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_SimpleHTTPServer.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest2.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sha.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gdbm.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_logging.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_builtin.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_module.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threadedtempfile.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecencodings_kr.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_longexp.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/inspect_fodder2.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test___future__.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/pyclbr_input.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_string.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_glob.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cd.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_robotparser.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bigmem.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multifile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pstats.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/cjkencodings_test.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/double_const.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_strptime.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ossaudiodev.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_functools.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_struct.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_md5.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_hash.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threadedtempfile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threading_local.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tcl.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cprofile.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_array.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_symtable.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sys.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urlparse.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_long_future.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_defaultdict.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_normalization.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_shutil.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/seq_tests.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cmd.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/inspect_fodder.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/buffer_tests.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/threaded_import_hangers.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_imageop.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dircache.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkgimport.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cpickle.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_binop.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/randv2_64.pck 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_codecmaps_cn.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicode_file.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkg.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_global.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/double_const.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future_builtins.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pkgutil.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ssl.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_startfile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_tempfile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zipimport.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_thread.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_decorators.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_asyncore.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future4.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_int.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mmap.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cpickle.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_defaultdict.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_whichdb.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_xmlrpc.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_wave.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/profilee.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_popen2.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/outstanding_bugs.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future3.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_queue.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dict.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_threaded_import.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gc.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ast.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pwd.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pipes.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ucn.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_fnmatch.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multibytecodec.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_hashlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_calendar.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_generators.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_peepholer.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicodedata.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_uuid.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dbm.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_pydoc.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_decimal.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_multiprocessing.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bastion.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_posix.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_itertools.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_plistlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_wait3.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicode.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_capi.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_os.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_new.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_zipfile64.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_doctest.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/testimgr.uue 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_site.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_descrtut.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_shlex.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_signal.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_docxmlrpc.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_class.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_unicodedata.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_al.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_cookie.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_timeout.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_coding.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_gzip.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_charmapcodec.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/xmltests.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/randv2_32.pck 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_subprocess.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_stringprep.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_transformer.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_getopt.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_undocumented_details.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_future1.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ioctl.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_mimetypes.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_buffer.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_anydbm.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_curses.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/inspect_fodder.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_ast.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_strftime.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_urlparse.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_format.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_extcall.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/list_tests.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_scope.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_aepack.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_pow.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/regrtest.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_sys.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_atexit.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_descr.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/testcodec.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_uu.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/badcert.pem 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_str.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_bisect.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_long_future.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_iter.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/regrtest.py 0755 root bin
-f none /opt/csw/lib/python2.6/test/test_zlib.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_strop.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_hmac.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_pep352.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_profilehooks.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/pydoc_mod.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_urllib2net.pyc 0644 root bin
-f none /opt/csw/lib/python2.6/test/badsyntax_nocaret.py 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dummy_thread.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_dbm.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/cjkencodings_test.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_profile.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_math.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/re_tests.pyo 0644 root bin
-f none /opt/csw/lib/python2.6/test/test_md5.pyc 0644 root bin

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list