]> mj.ucw.cz Git - eval.git/commit
Fixed variable-list returning functions and removing operations in config.py
authorTomas Gavenciak <gavento@ucw.cz>
Wed, 22 Sep 2010 21:15:18 +0000 (23:15 +0200)
committerTomas Gavenciak <gavento@ucw.cz>
Wed, 22 Sep 2010 21:15:18 +0000 (23:15 +0200)
commit1457c7bf93e4bb95a5a94b63a94ff984df5d86cb
treeec4f2e7cf40cc9f159bb430ecb3cbe07c57161a1
parent878693c0f1a0a4cee1ae0478e762b4c57dc44df3
Fixed variable-list returning functions and removing operations in config.py

ConfigExpression.variables returns set instead of a list
 - multiple occurences of one variable broke removing
   operation from variable
Adapted and simplified ConfigVar.variables
t/moe/config.py