devedeng-extended/src
Sergio Costas 3a532f504a Replace EVAL and EXEC
In the old code, eval() and exec() were used to insert properties in
an object with an specific name. This is clearly an ugly solution,
when the right way is to use self.__setattr__ and self.__dict__.

This patch replaces that ugly code with new one that follows the
pythonic way of doing the things.
2019-01-02 22:47:09 +01:00
..
devedeng Replace EVAL and EXEC 2019-01-02 22:47:09 +01:00
unitests Passed autopep8 2017-01-06 19:36:01 +01:00
copy_files_verbose.py Passed autopep8 2017-01-06 19:36:01 +01:00
devede_ng.py Passed autopep8 2017-01-06 19:36:01 +01:00