zooapps module

#-import library
import os, sys
import optparse

#-import zooapps library
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), "lib"))
import zooappslib

#-class definition
#NOT IMPLEMENTED YET

#-main program
parser = optparse.OptionParser()

parser.add_option(
‘-r’,'–run’,
dest=’run_flag’,
action=’store_true’,
default=False,
help=”’Running plugin as thread.”’
)

parser.add_option(
‘-i’,'–input’,
dest=’input_file’,
action=’store’,
default=”,
[...]

Posted at 8:00 am on May 28, 2009 | 1 comment | Filed Under: Python | read on

zooappslib module

#-import library
import os, sys, glob
import logging

#-import others library
import parameters

#-classs definition
class Zooapps:
"""
Zooapps plugins manager application.
"""

def __init__(self, params = {}):
self.version [...]

Posted at 7:56 am on May 28, 2009 | leave a comment | Filed Under: Python | read on

About

This is an journal blog of my archieve of files, i made this to make me easy to access my files. I don’t know what i have to describe here so just open this blog and describe yours opinion or comment.

Thank U.

Categories