Example #1
0
 def __init__(self,options):
   options['format']="%s\t%s/webs/%s\n"
   PgListener.__init__(self,options)
Example #2
0
 def __init__(self, options):
     if (not options.has_key('delimiter')):
         options['delimiter'] = '\t'
     PgListener.__init__(self, options)
Example #3
0
 def __init__(self,options):
   if(not options.has_key('delimiter')):
     options['delimiter']='\t'
   PgListener.__init__(self,options)
Example #4
0
 def __init__(self, options):
     options['format'] = "%s\t%s/webs/%s\n"
     PgListener.__init__(self, options)