]> mj.ucw.cz Git - eval.git/commit
Moved module loading, use __import__() now
authorTomas Gavenciak <gavento@ucw.cz>
Sat, 11 Sep 2010 15:55:09 +0000 (17:55 +0200)
committerTomas Gavenciak <gavento@ucw.cz>
Sat, 11 Sep 2010 15:55:09 +0000 (17:55 +0200)
commit28e78d1db80bca9ae46fa0ef9a1161fb5f5ed787
treeeef3f12a05074a5d4b2a7bb7e1146a03cec5eef1
parent888ea53a069d3876c28a0c85d546150f75379d64
Moved module loading, use __import__() now

General util.load_module returns module by name.
Hook adding in pipeline removed (and distributed to
tasktype module loading and extension module loading, both in Eval)
t/moe/pipeline.py
t/moe/util.py