346:877cac2e8d94 | 347:b5048b5ff454 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing the Rope Autocompletion configuration page. | 7 Module implementing the Rope Autocompletion configuration page. |
8 """ | 8 """ |
9 | |
10 from __future__ import unicode_literals | |
11 | 9 |
12 from PyQt5.QtCore import pyqtSlot | 10 from PyQt5.QtCore import pyqtSlot |
13 | 11 |
14 from Preferences.ConfigurationPages.ConfigurationPageBase import ( | 12 from Preferences.ConfigurationPages.ConfigurationPageBase import ( |
15 ConfigurationPageBase | 13 ConfigurationPageBase |