So, we need to fix it as soon as possible!
PS.: There is a class decorator in should-dsl, it is new in python2.6
version, we need to throw it away :\
Cheers!
[]'s
Rodrigo
2010/6/15 Gabriel Monnerat <gabriel...@gmail.com>:
The class decorators are just a syntax suggar added in Python2.6, so
we should use them when available, but we can do:
class FooMatcher(object):
...
matcher(FooMatcher)
instead of
@matcher
FooMatcher(object):
...
Because the important stuff is to call matcher passing the class
matcher, nothing else.
And what about Python 3?
[]'s
Rodrigo
2010/6/15 Hugo Lopes Tavares <hlt...@gmail.com>:
We need a continuous integration server as soon as possible. Maybe
host in IFF? Are about the domain and host, Rodrigo?