From: Tony Mack Date: Fri, 28 Sep 2012 00:22:28 +0000 (-0400) Subject: fix import X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ad331af21beda2f41c988097a77727a01a5138eb;p=plcapi.git fix import --- diff --git a/PLC/Method.py b/PLC/Method.py index 248b3269..90ed31c1 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -16,6 +16,7 @@ from PLC.NovaShell import NovaShell from PLC.Faults import * from PLC.Parameter import Parameter, Mixed, python_type, xmlrpc_type from PLC.Auth import Auth +from PLC.Timestamp import Timestamp from PLC.Debug import profile from PLC.Events import Event, Events from PLC.Nodes import Node, Nodes