15 from .ConfigurationPageBase import ConfigurationPageBase |
15 from .ConfigurationPageBase import ConfigurationPageBase |
16 from .Ui_DebuggerRubyPage import Ui_DebuggerRubyPage |
16 from .Ui_DebuggerRubyPage import Ui_DebuggerRubyPage |
17 |
17 |
18 import Preferences |
18 import Preferences |
19 import Utilities |
19 import Utilities |
|
20 import UI.PixmapCache |
20 |
21 |
21 |
22 |
22 class DebuggerRubyPage(ConfigurationPageBase, Ui_DebuggerRubyPage): |
23 class DebuggerRubyPage(ConfigurationPageBase, Ui_DebuggerRubyPage): |
23 """ |
24 """ |
24 Class implementing the Debugger Ruby configuration page. |
25 Class implementing the Debugger Ruby configuration page. |