From ad331af21beda2f41c988097a77727a01a5138eb Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 27 Sep 2012 20:22:28 -0400 Subject: [PATCH] fix import --- PLC/Method.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.0