380 |
380 |
381 # Load translation files and install them |
381 # Load translation files and install them |
382 loc = Startup.loadTranslators(qtTransDir, app, ("qscintilla",)) |
382 loc = Startup.loadTranslators(qtTransDir, app, ("qscintilla",)) |
383 |
383 |
384 # Initialize SSL stuff |
384 # Initialize SSL stuff |
385 from E5Network.E5SslUtilities import initSSL |
385 from EricNetwork.EricSslUtilities import initSSL |
386 initSSL() |
386 initSSL() |
387 |
387 |
388 splash.showMessage(QCoreApplication.translate("eric7", "Starting...")) |
388 splash.showMessage(QCoreApplication.translate("eric7", "Starting...")) |
389 # We can only import these after creating the E5Application because they |
389 # We can only import these after creating the E5Application because they |
390 # make Qt calls that need the E5Application to exist. |
390 # make Qt calls that need the E5Application to exist. |