On 5/3/06, tomass <[EMAIL PROTECTED]> wrote:
> I get no output/error messages when I try python automator.py.
>
> Here's the contents of the file:
>
> ----------------------------------------
> from django import template
>
> register = template.Library()
>
> @register.filter
> def bash_special(value):
>     value = value.replace('[00;34m', '')
>     return value
> -----------------------------------------
>
> Not quite sure what I'm missing here...

Hi Tom,

I can't recreate your problem; it works for me. Are you using {% load
automator %} in your template?

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to