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.
removeCSVFile(csvFilePath)
Remove csv file.
removeGcodeFile(gcodeFilePath)
Remove gcode file.
removeGeneratedFiles()
Remove generated files.
removeSVGFile(svgFilePath)
Remove svg file.
removeXMLFile(xmlFilePath)
Remove xml file.
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__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)