Paul Sokolovsky e11b17c25f Implement support for sys.path when loading modules.
sys.path is not initialized by rt_init(), that's left for platform-specific
startup code. (For example, bare metal port may have some hardcoded defaults,
and let user change sys.path directly; while port for OS with environment
feature can take path from environment). If it's not explicitly initialized,
modules will be imported only from a current directory.
2014-02-05 01:40:41 +02:00
..
2014-02-04 00:47:06 +02:00
2014-02-03 22:44:10 +00:00
2014-01-24 22:54:09 +00:00
2014-01-15 22:14:03 +00:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00
2014-01-31 19:47:23 +02:00
2014-01-27 12:25:23 +02:00
2014-01-27 12:25:23 +02:00
2014-02-02 08:58:16 +02:00
2014-02-02 08:58:16 +02:00
2014-02-03 22:44:10 +00:00
2014-01-22 23:18:50 +00:00