FormAlchemy / formalchemy

MIT License
81 stars 29 forks source link

forms.py: do not use "eval" #46

Closed smurfix closed 10 years ago

smurfix commented 10 years ago

The 'eval' used here is useless. The goal is to copy any enumerators into a list and then use that list for further processing, so let's just do that.