[13:14]<simono> are relative imports supported in helma-ng? too lazy to find out in code :) [13:54]<hannesw> simono: right now they're implemented, but without explicit syntax. [13:55]<hannesw> i.e. if you import "foo.bar", ng tries to resolve foo/bar.js relative to the loading module first, then on the module path. [14:09]<simono> i see, "implicit relative imports" ... thats how it was in python <2.6