fabmetheus_utilities.fabmetheus_tools.prepare ($Date: 2008/21/04 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/fabmetheus_tools/prepare.py

Prepare is a script to remove the generated files, run wikifier, and finally zip the package.

 
Modules
       
__init__
fabmetheus_utilities.archive
os
fabmetheus_utilities.fabmetheus_tools.wikifier

 
Functions
       
main()
Run main function.
prepareWikify()
Remove generated files, then wikify the file comments.
removeGeneratedFiles()
Remove generated files.
removeZip()
Remove the zip file, then generate a new one.zip -r reprap_python_beanshell * -x \*.pyc \*~

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__date__ = '$Date: 2008/21/04 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)