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-04 00:47:06 +02:00
2014-02-05 00:51:47 +00:00
2014-02-11 23:53:34 +02:00
2014-02-11 02:28:36 +02:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00