Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Demo/newmetaclasses/Eiffel.py

    r2 r388  
    3030            post = dict.get("%s_post" % m)
    3131            if pre or post:
    32                 dict[k] = cls.make_eiffel_method(dict[m], pre, post)
     32                dict[m] = cls.make_eiffel_method(dict[m], pre, post)
    3333
    3434class EiffelMetaClass1(EiffelBaseMetaClass):
Note: See TracChangeset for help on using the changeset viewer.