Hi Adrian, 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... Thanks, Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---