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. |
||
|---|---|---|
| .. | ||
| devedeng | ||
| unitests | ||
| copy_files_verbose.py | ||
| devede_ng.py | ||