Пример #1
0
def special(request):
    
    #SLTRIB.COM always comes up with wired chars and crap
    output = get_google() #call function from util.py   
    filler = makeObjects_fromText(output, 'GOOGLE')
    
    return HttpResponse(filler)
Пример #2
0
 def handle(self, *args, **kwargs):
     output = get_google() #call function from util.py 
     return ''