10 import os |
10 import os |
11 import sys |
11 import sys |
12 |
12 |
13 from PyQt4.QtGui import QApplication |
13 from PyQt4.QtGui import QApplication |
14 |
14 |
15 from E4Gui.E4Application import e5App |
15 from E5Gui.E5Application import e5App |
16 |
16 |
17 import Preferences |
17 import Preferences |
18 from Preferences.Shortcuts import readShortcuts |
18 from Preferences.Shortcuts import readShortcuts |
19 |
19 |
20 from VcsPlugins.vcsPySvn.SvnUtilities import getConfigPath, getServersPath |
20 from VcsPlugins.vcsPySvn.SvnUtilities import getConfigPath, getServersPath |