Campbell Barton
ed5d0bb62f
patch from Mitchell Stokes with some changes.
...
BGE Py Controllers were effectively doing this...
"a.b.c" --> "__import__('a').b.c()"
This was annoying because it meant module 'a' would need to import 'b' explicitly.
Now use import like this.
"a.b.c" --> "__import__("a.b").c()"
Note that this has the slight disadvantage that these need to be modules, where as before they could be collections of functions in a class instance for eg. So its possible this breaks existing files but dont think anyone used this since its a fairly obscure use case.
2010-07-26 08:49:16 +00:00
..
2010-02-12 13:34:04 +00:00
2010-03-06 21:22:09 +00:00
2010-04-14 21:12:05 +00:00
2010-04-18 10:28:37 +00:00
2010-03-06 21:22:09 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-23 22:48:26 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-03-26 07:21:48 +00:00
2010-07-26 08:49:16 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-04-17 22:43:18 +00:00
2010-06-05 15:31:55 +00:00
2010-04-17 22:43:18 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-06-06 01:15:44 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-04-18 10:28:37 +00:00
2010-02-12 13:34:04 +00:00
2010-03-06 21:22:09 +00:00