[csw-maintainers] cswpycompile docs
Maciej (Matchek) Blizinski
maciej at opencsw.org
Thu Jul 30 15:31:42 CEST 2009
cswclassutils docs[1] say this about cswpycompile:
------8<------
This class takes care of creating/removing python's normal and
optimized bytecode files. Set all *.py files' class = pycompile to
activate. Example:
# use prototype filters to set the class
PROTOTYPE_FILTER = awk '$$3 ~/.*\.py$$/ { $$2 = "pycompile" } { print }'
------8<------
I think it should not say 'pycompile', but 'cswpycompile':
------8<------
This class takes care of creating/removing python's normal and
optimized bytecode files. Set all *.py files' class = cswpycompile to
activate. Example:
# use prototype filters to set the class
PROTOTYPE_FILTER = awk '$$3 ~/.*\.py$$/ { $$2 = "cswpycompile" } { print }'
------8<------
Is that right?
Maciej
[1] http://wiki.opencsw.org/cswclassutils-package
More information about the maintainers
mailing list