4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the Rope Calltips configuration page. |
7 Module implementing the Rope Calltips configuration page. |
8 """ |
8 """ |
|
9 |
|
10 from __future__ import unicode_literals |
9 |
11 |
10 from Preferences.ConfigurationPages.ConfigurationPageBase import \ |
12 from Preferences.ConfigurationPages.ConfigurationPageBase import \ |
11 ConfigurationPageBase |
13 ConfigurationPageBase |
12 from .Ui_CallTipsRopePage import Ui_CallTipsRopePage |
14 from .Ui_CallTipsRopePage import Ui_CallTipsRopePage |
13 |
15 |