connectors/LPC/__init__.py
changeset 527 2a3ab252b4e0
parent 523 27903000e4ea
child 545 627e5c636a4f
--- a/connectors/LPC/__init__.py	Wed Dec 16 14:12:47 2009 +0100
+++ b/connectors/LPC/__init__.py	Wed Dec 16 14:13:55 2009 +0100
@@ -18,7 +18,6 @@
 #You should have received a copy of the GNU General Public
 #License along with this library; if not, write to the Free Software
 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-from LPCObject import LPCObject
 
 permanant_connector = None
 
@@ -26,6 +25,7 @@
     """
     This returns the connector to LPC style PLCobject
     """
+    from LPCObject import LPCObject
     global permanant_connector
     servicetype, location = uri.split("://")
     if permanant_connector is None: