K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-11T21:23:11.481413Z K 7 svn:log V 575 devel/py-resolver: Resolve specially formatted statements to Python objects Resolve specially formated statements to Python objects. Turn strings like "packagename.modulename:Eval().the_rest()" into whatever you would get back by performing a similar sequence of imports and calls. This is useful for config files and situations where you would like to import things in a lazy way. Later this package will probably provide a way to restrict resolution for safety. WWW: http://lukearno.com/projects/resolver/ PR: ports/181859 Submitted by: Trevor Caira END