Paul Sokolovsky fb7f94392d import: Implement "from pkg.mod import sym" syntax properly.
http://docs.python.org/3.3/library/functions.html#__import__ :
"When the name variable is of the form package.module, normally, the
top-level package (the name up till the first dot) is returned, not
the module named by name. However, when a non-empty fromlist argument
is given, the module named by name is returned."
2014-02-20 00:37:12 +02:00
..
2014-02-16 00:01:29 +00:00
2014-01-31 19:47:23 +02:00
2014-02-02 03:32:55 +02:00
2014-01-21 05:01:21 +02:00
2014-01-30 22:16:47 -08:00
2014-02-08 23:17:51 +02:00
2014-02-08 22:56:36 +02:00
2014-02-10 07:13:32 +02:00
2014-02-08 23:19:48 +02:00