fix import
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 28 Sep 2012 00:22:28 +0000 (20:22 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 28 Sep 2012 00:22:28 +0000 (20:22 -0400)
PLC/Method.py

index 248b326..90ed31c 100644 (file)
@@ -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