Does TTwain ignore arbitrary indents that have no python code in them,
or does it expect them to not indent if more python code is to follow?

Would this be valid according to TTwain?

$ if 1:
    <p>
        some text
    </p>
    $some_thing()


Or should it be like this?

$ if 1:
    <p>
    some text
    </p>
    $some_thing()


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to