-------- Original-Nachricht --------
Datum: Wed, 25 Aug 2010 10:32:37 -0700 (PDT)
Von: "Matt Keveney" <[email protected]>
An: [email protected]
Betreff: Bug in clevercss?

Just found clevercss & took a quick look.
I couldn't run the 'small example' on the end of this page:

   http://sandbox.pocoo.org/clevercss/

...until I made this change:

    def evaluate(self, context=None):
        """Evaluate code."""
        expr = None
-       context = {}
+       if not context: context = {}
        .
        .
        .

How widely is this tool being used?  Getting a lot of interest?

-Matt Keveney






-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en.

Reply via email to