Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1725

Show
Ignore:
Timestamp:
09/27/07 14:12:48
Author:
fumanchu
Message:

Even more unrepr goodness.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/lib/__init__.py

    r1724 r1725  
    111111     
    112112    def build_UnarySub(self, o): 
    113         return -self.build_Const(o.getChildren()[0]) 
     113        return -self.build(o.getChildren()[0]) 
    114114     
    115115    def build_UnaryAdd(self, o): 
    116         return self.build_Const(o.getChildren()[0]) 
     116        return self.build(o.getChildren()[0]) 
    117117 
    118118 

Hosted by WebFaction

Log in as guest/cpguest to create tickets