12 |
12 |
13 View managers are provided as plugins and loaded via the factory function. If |
13 View managers are provided as plugins and loaded via the factory function. If |
14 the requested view manager type is not available, tabview will be used by |
14 the requested view manager type is not available, tabview will be used by |
15 default. |
15 default. |
16 """ |
16 """ |
|
17 |
|
18 from __future__ import unicode_literals # __IGNORE_WARNING__ |
17 |
19 |
18 import Preferences |
20 import Preferences |
19 |
21 |
20 ###################################################################### |
22 ###################################################################### |
21 ## Below is the factory function to instantiate the appropriate |
23 ## Below is the factory function to instantiate the appropriate |