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