Plugins/PluginAbout.py

changeset 2407
b98cc8ee1142
parent 2302
f29e9405c851
child 2525
8b507a9a2d40
child 2712
4354ab0b67c7
--- a/Plugins/PluginAbout.py	Sun Feb 10 19:36:30 2013 +0100
+++ b/Plugins/PluginAbout.py	Sun Feb 10 19:46:21 2013 +0100
@@ -16,8 +16,6 @@
 from E5Gui.E5Action import E5Action
 from E5Gui import E5MessageBox
 
-from AboutPlugin.AboutDialog import AboutDialog
-
 # Start-Of-Header
 name = "About Plugin"
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
@@ -121,6 +119,7 @@
         """
         Private slot to handle the About dialog.
         """
+        from AboutPlugin.AboutDialog import AboutDialog
         dlg = AboutDialog(self.__ui)
         dlg.exec_()
         

eric ide

mercurial