From: Thierry Parmentelat Date: Sat, 11 Oct 2008 10:58:18 +0000 (+0000) Subject: embed svn Id keyword X-Git-Tag: PLCAPI-4.3-2~20 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=286cdfc25f6ef8fd3e0ed59a175bcf801b14038a embed svn Id keyword --- diff --git a/PLC/Addresses.py b/PLC/Addresses.py index 36c0d1d..d5306f6 100644 --- a/PLC/Addresses.py +++ b/PLC/Addresses.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Parameter import Parameter from PLC.Table import Row, Table diff --git a/PLC/Debug.py b/PLC/Debug.py index b8dac85..4b6aa2f 100644 --- a/PLC/Debug.py +++ b/PLC/Debug.py @@ -1,3 +1,4 @@ +# $Id# import time import sys import syslog diff --git a/PLC/Filter.py b/PLC/Filter.py index 195c4e6..9e2640c 100644 --- a/PLC/Filter.py +++ b/PLC/Filter.py @@ -1,3 +1,4 @@ +# $Id# from types import StringTypes try: set diff --git a/PLC/Ilinks.py b/PLC/Ilinks.py index 28c95e2..b55df0c 100644 --- a/PLC/Ilinks.py +++ b/PLC/Ilinks.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/InitScripts.py b/PLC/InitScripts.py index 028293b..259c8c6 100644 --- a/PLC/InitScripts.py +++ b/PLC/InitScripts.py @@ -1,3 +1,4 @@ +# $Id# # # Functions for interacting with the initscripts table in the database # diff --git a/PLC/InterfaceSettings.py b/PLC/InterfaceSettings.py index c7b0af8..d045809 100644 --- a/PLC/InterfaceSettings.py +++ b/PLC/InterfaceSettings.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Keys.py b/PLC/Keys.py index 91ce92a..06b920c 100644 --- a/PLC/Keys.py +++ b/PLC/Keys.py @@ -1,3 +1,4 @@ +# $Id# import re from PLC.Faults import * diff --git a/PLC/Methods/AddAddressType.py b/PLC/Methods/AddAddressType.py index 9fc771b..4cd53ff 100644 --- a/PLC/Methods/AddAddressType.py +++ b/PLC/Methods/AddAddressType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddAddressTypeToAddress.py b/PLC/Methods/AddAddressTypeToAddress.py index d69e627..a3ffd26 100644 --- a/PLC/Methods/AddAddressTypeToAddress.py +++ b/PLC/Methods/AddAddressTypeToAddress.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddBootState.py b/PLC/Methods/AddBootState.py index fc75254..d27e01f 100644 --- a/PLC/Methods/AddBootState.py +++ b/PLC/Methods/AddBootState.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddConfFile.py b/PLC/Methods/AddConfFile.py index 5604cef..68e6a53 100644 --- a/PLC/Methods/AddConfFile.py +++ b/PLC/Methods/AddConfFile.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddConfFileToNode.py b/PLC/Methods/AddConfFileToNode.py index 2d1542c..cb19dc6 100644 --- a/PLC/Methods/AddConfFileToNode.py +++ b/PLC/Methods/AddConfFileToNode.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddConfFileToNodeGroup.py b/PLC/Methods/AddConfFileToNodeGroup.py index 25ea249..690ca0f 100644 --- a/PLC/Methods/AddConfFileToNodeGroup.py +++ b/PLC/Methods/AddConfFileToNodeGroup.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddIlink.py b/PLC/Methods/AddIlink.py index 78d47ba..c0925ba 100644 --- a/PLC/Methods/AddIlink.py +++ b/PLC/Methods/AddIlink.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/AddInitScript.py b/PLC/Methods/AddInitScript.py index 8c247cb..97a4ff2 100644 --- a/PLC/Methods/AddInitScript.py +++ b/PLC/Methods/AddInitScript.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddInterface.py b/PLC/Methods/AddInterface.py index 6bfb4e5..88a3e20 100644 --- a/PLC/Methods/AddInterface.py +++ b/PLC/Methods/AddInterface.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddInterfaceSetting.py b/PLC/Methods/AddInterfaceSetting.py index c9e99f6..d4f594b 100644 --- a/PLC/Methods/AddInterfaceSetting.py +++ b/PLC/Methods/AddInterfaceSetting.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/AddKeyType.py b/PLC/Methods/AddKeyType.py index b3690a8..02dc324 100644 --- a/PLC/Methods/AddKeyType.py +++ b/PLC/Methods/AddKeyType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddMessage.py b/PLC/Methods/AddMessage.py index 62a2da7..0ae9c59 100644 --- a/PLC/Methods/AddMessage.py +++ b/PLC/Methods/AddMessage.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter diff --git a/PLC/Methods/AddNetworkMethod.py b/PLC/Methods/AddNetworkMethod.py index 11f3845..31aee36 100644 --- a/PLC/Methods/AddNetworkMethod.py +++ b/PLC/Methods/AddNetworkMethod.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddNetworkType.py b/PLC/Methods/AddNetworkType.py index 6533053..cde9213 100644 --- a/PLC/Methods/AddNetworkType.py +++ b/PLC/Methods/AddNetworkType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddNode.py b/PLC/Methods/AddNode.py index 8d253df..25e1172 100644 --- a/PLC/Methods/AddNode.py +++ b/PLC/Methods/AddNode.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddNodeGroup.py b/PLC/Methods/AddNodeGroup.py index 404fb81..9e78edd 100644 --- a/PLC/Methods/AddNodeGroup.py +++ b/PLC/Methods/AddNodeGroup.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddNodeTag.py b/PLC/Methods/AddNodeTag.py index 62e166c..3fc95a9 100644 --- a/PLC/Methods/AddNodeTag.py +++ b/PLC/Methods/AddNodeTag.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/AddNodeToPCU.py b/PLC/Methods/AddNodeToPCU.py index c0d5eff..aa72e64 100644 --- a/PLC/Methods/AddNodeToPCU.py +++ b/PLC/Methods/AddNodeToPCU.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddPCU.py b/PLC/Methods/AddPCU.py index 3c46194..e9e758d 100644 --- a/PLC/Methods/AddPCU.py +++ b/PLC/Methods/AddPCU.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddPCUProtocolType.py b/PLC/Methods/AddPCUProtocolType.py index 76dad3b..eccd42d 100644 --- a/PLC/Methods/AddPCUProtocolType.py +++ b/PLC/Methods/AddPCUProtocolType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddPCUType.py b/PLC/Methods/AddPCUType.py index 106791a..b6738fa 100644 --- a/PLC/Methods/AddPCUType.py +++ b/PLC/Methods/AddPCUType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddPeer.py b/PLC/Methods/AddPeer.py index d6dc576..1977a9f 100644 --- a/PLC/Methods/AddPeer.py +++ b/PLC/Methods/AddPeer.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/AddPerson.py b/PLC/Methods/AddPerson.py index cb0aa71..b35dd32 100644 --- a/PLC/Methods/AddPerson.py +++ b/PLC/Methods/AddPerson.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddPersonKey.py b/PLC/Methods/AddPersonKey.py index aa4ed00..b79f962 100644 --- a/PLC/Methods/AddPersonKey.py +++ b/PLC/Methods/AddPersonKey.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddPersonToSite.py b/PLC/Methods/AddPersonToSite.py index 7d5ac10..dfb9068 100644 --- a/PLC/Methods/AddPersonToSite.py +++ b/PLC/Methods/AddPersonToSite.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddPersonToSlice.py b/PLC/Methods/AddPersonToSlice.py index e3392eb..4dcae35 100644 --- a/PLC/Methods/AddPersonToSlice.py +++ b/PLC/Methods/AddPersonToSlice.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddRole.py b/PLC/Methods/AddRole.py index 7266180..0667c77 100644 --- a/PLC/Methods/AddRole.py +++ b/PLC/Methods/AddRole.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddRoleToPerson.py b/PLC/Methods/AddRoleToPerson.py index 5a8e241..c276056 100644 --- a/PLC/Methods/AddRoleToPerson.py +++ b/PLC/Methods/AddRoleToPerson.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddSession.py b/PLC/Methods/AddSession.py index 6f5bc88..06f43af 100644 --- a/PLC/Methods/AddSession.py +++ b/PLC/Methods/AddSession.py @@ -1,3 +1,4 @@ +# $Id# import time from PLC.Method import Method diff --git a/PLC/Methods/AddSite.py b/PLC/Methods/AddSite.py index 475c8b1..7b8f488 100644 --- a/PLC/Methods/AddSite.py +++ b/PLC/Methods/AddSite.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddSiteAddress.py b/PLC/Methods/AddSiteAddress.py index a3a4eff..58e2a93 100644 --- a/PLC/Methods/AddSiteAddress.py +++ b/PLC/Methods/AddSiteAddress.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddSlice.py b/PLC/Methods/AddSlice.py index 6cc056c..31ea068 100644 --- a/PLC/Methods/AddSlice.py +++ b/PLC/Methods/AddSlice.py @@ -1,3 +1,4 @@ +# $Id# import re from PLC.Faults import * diff --git a/PLC/Methods/AddSliceAttribute.py b/PLC/Methods/AddSliceAttribute.py index 692dce0..28834e5 100644 --- a/PLC/Methods/AddSliceAttribute.py +++ b/PLC/Methods/AddSliceAttribute.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddSliceInstantiation.py b/PLC/Methods/AddSliceInstantiation.py index 0374957..733b07b 100644 --- a/PLC/Methods/AddSliceInstantiation.py +++ b/PLC/Methods/AddSliceInstantiation.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddSliceToNodes.py b/PLC/Methods/AddSliceToNodes.py index d5a2c8c..ffa20b7 100644 --- a/PLC/Methods/AddSliceToNodes.py +++ b/PLC/Methods/AddSliceToNodes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddSliceToNodesWhitelist.py b/PLC/Methods/AddSliceToNodesWhitelist.py index a6b4bd1..d1cac4f 100644 --- a/PLC/Methods/AddSliceToNodesWhitelist.py +++ b/PLC/Methods/AddSliceToNodesWhitelist.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/AddTagType.py b/PLC/Methods/AddTagType.py index 978af37..43c82ff 100644 --- a/PLC/Methods/AddTagType.py +++ b/PLC/Methods/AddTagType.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/AuthCheck.py b/PLC/Methods/AuthCheck.py index 0a4c260..c40b000 100644 --- a/PLC/Methods/AuthCheck.py +++ b/PLC/Methods/AuthCheck.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import Auth, BootAuth diff --git a/PLC/Methods/BlacklistKey.py b/PLC/Methods/BlacklistKey.py index 7953e7a..9622606 100644 --- a/PLC/Methods/BlacklistKey.py +++ b/PLC/Methods/BlacklistKey.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/BootCheckAuthentication.py b/PLC/Methods/BootCheckAuthentication.py index ea9b098..36e4bdd 100644 --- a/PLC/Methods/BootCheckAuthentication.py +++ b/PLC/Methods/BootCheckAuthentication.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Methods.AuthCheck import AuthCheck class BootCheckAuthentication(AuthCheck): diff --git a/PLC/Methods/BootGetNodeDetails.py b/PLC/Methods/BootGetNodeDetails.py index 8f228bc..acba61f 100644 --- a/PLC/Methods/BootGetNodeDetails.py +++ b/PLC/Methods/BootGetNodeDetails.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import BootAuth diff --git a/PLC/Methods/BootNotifyOwners.py b/PLC/Methods/BootNotifyOwners.py index 81a7cb0..d2edc3d 100644 --- a/PLC/Methods/BootNotifyOwners.py +++ b/PLC/Methods/BootNotifyOwners.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import Auth, BootAuth, SessionAuth diff --git a/PLC/Methods/BootUpdateNode.py b/PLC/Methods/BootUpdateNode.py index 530a24f..9dd0639 100644 --- a/PLC/Methods/BootUpdateNode.py +++ b/PLC/Methods/BootUpdateNode.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteAddress.py b/PLC/Methods/DeleteAddress.py index d4f98bc..658b151 100644 --- a/PLC/Methods/DeleteAddress.py +++ b/PLC/Methods/DeleteAddress.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteAddressType.py b/PLC/Methods/DeleteAddressType.py index 4fd1d9b..9da1799 100644 --- a/PLC/Methods/DeleteAddressType.py +++ b/PLC/Methods/DeleteAddressType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteAddressTypeFromAddress.py b/PLC/Methods/DeleteAddressTypeFromAddress.py index d4ea928..fe68447 100644 --- a/PLC/Methods/DeleteAddressTypeFromAddress.py +++ b/PLC/Methods/DeleteAddressTypeFromAddress.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteBootState.py b/PLC/Methods/DeleteBootState.py index 507fc7b..d8224c4 100644 --- a/PLC/Methods/DeleteBootState.py +++ b/PLC/Methods/DeleteBootState.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteConfFile.py b/PLC/Methods/DeleteConfFile.py index f05ae43..181de69 100644 --- a/PLC/Methods/DeleteConfFile.py +++ b/PLC/Methods/DeleteConfFile.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteConfFileFromNode.py b/PLC/Methods/DeleteConfFileFromNode.py index 50b08e6..b284c2b 100644 --- a/PLC/Methods/DeleteConfFileFromNode.py +++ b/PLC/Methods/DeleteConfFileFromNode.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteConfFileFromNodeGroup.py b/PLC/Methods/DeleteConfFileFromNodeGroup.py index 7e3eca5..f10a237 100644 --- a/PLC/Methods/DeleteConfFileFromNodeGroup.py +++ b/PLC/Methods/DeleteConfFileFromNodeGroup.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteIlink.py b/PLC/Methods/DeleteIlink.py index f8b862e..1282df2 100644 --- a/PLC/Methods/DeleteIlink.py +++ b/PLC/Methods/DeleteIlink.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/DeleteInitScript.py b/PLC/Methods/DeleteInitScript.py index 7c4b01e..73ee12d 100644 --- a/PLC/Methods/DeleteInitScript.py +++ b/PLC/Methods/DeleteInitScript.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteInterface.py b/PLC/Methods/DeleteInterface.py index 046f1e0..307b3e0 100644 --- a/PLC/Methods/DeleteInterface.py +++ b/PLC/Methods/DeleteInterface.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteInterfaceSetting.py b/PLC/Methods/DeleteInterfaceSetting.py index 8ea1b77..dae3706 100644 --- a/PLC/Methods/DeleteInterfaceSetting.py +++ b/PLC/Methods/DeleteInterfaceSetting.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/DeleteKey.py b/PLC/Methods/DeleteKey.py index 86c16a5..57e9d16 100644 --- a/PLC/Methods/DeleteKey.py +++ b/PLC/Methods/DeleteKey.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteKeyType.py b/PLC/Methods/DeleteKeyType.py index e09e5c5..66d7bdf 100644 --- a/PLC/Methods/DeleteKeyType.py +++ b/PLC/Methods/DeleteKeyType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteMessage.py b/PLC/Methods/DeleteMessage.py index 4989942..0d20b0c 100644 --- a/PLC/Methods/DeleteMessage.py +++ b/PLC/Methods/DeleteMessage.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteNetworkMethod.py b/PLC/Methods/DeleteNetworkMethod.py index d0f982e..89a9fbd 100644 --- a/PLC/Methods/DeleteNetworkMethod.py +++ b/PLC/Methods/DeleteNetworkMethod.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteNetworkType.py b/PLC/Methods/DeleteNetworkType.py index a02f6e0..debad66 100644 --- a/PLC/Methods/DeleteNetworkType.py +++ b/PLC/Methods/DeleteNetworkType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteNode.py b/PLC/Methods/DeleteNode.py index bc92718..8183dd4 100644 --- a/PLC/Methods/DeleteNode.py +++ b/PLC/Methods/DeleteNode.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteNodeFromPCU.py b/PLC/Methods/DeleteNodeFromPCU.py index 8e728ef..6e9ef38 100644 --- a/PLC/Methods/DeleteNodeFromPCU.py +++ b/PLC/Methods/DeleteNodeFromPCU.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteNodeGroup.py b/PLC/Methods/DeleteNodeGroup.py index 7e65ad6..fb2e905 100644 --- a/PLC/Methods/DeleteNodeGroup.py +++ b/PLC/Methods/DeleteNodeGroup.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteNodeTag.py b/PLC/Methods/DeleteNodeTag.py index e76849c..5917cab 100644 --- a/PLC/Methods/DeleteNodeTag.py +++ b/PLC/Methods/DeleteNodeTag.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/DeletePCU.py b/PLC/Methods/DeletePCU.py index 944882b..03bbec7 100644 --- a/PLC/Methods/DeletePCU.py +++ b/PLC/Methods/DeletePCU.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeletePCUProtocolType.py b/PLC/Methods/DeletePCUProtocolType.py index ab66520..44f155a 100644 --- a/PLC/Methods/DeletePCUProtocolType.py +++ b/PLC/Methods/DeletePCUProtocolType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeletePCUType.py b/PLC/Methods/DeletePCUType.py index d73c204..89fe4ee 100644 --- a/PLC/Methods/DeletePCUType.py +++ b/PLC/Methods/DeletePCUType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeletePeer.py b/PLC/Methods/DeletePeer.py index 4260d25..20e0544 100644 --- a/PLC/Methods/DeletePeer.py +++ b/PLC/Methods/DeletePeer.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeletePerson.py b/PLC/Methods/DeletePerson.py index 448f808..94395f4 100644 --- a/PLC/Methods/DeletePerson.py +++ b/PLC/Methods/DeletePerson.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeletePersonFromSite.py b/PLC/Methods/DeletePersonFromSite.py index db2af2d..fcb6ec3 100644 --- a/PLC/Methods/DeletePersonFromSite.py +++ b/PLC/Methods/DeletePersonFromSite.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeletePersonFromSlice.py b/PLC/Methods/DeletePersonFromSlice.py index c990ccd..df8b367 100644 --- a/PLC/Methods/DeletePersonFromSlice.py +++ b/PLC/Methods/DeletePersonFromSlice.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteRole.py b/PLC/Methods/DeleteRole.py index f707280..23e9253 100644 --- a/PLC/Methods/DeleteRole.py +++ b/PLC/Methods/DeleteRole.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteRoleFromPerson.py b/PLC/Methods/DeleteRoleFromPerson.py index 151ba25..10155c0 100644 --- a/PLC/Methods/DeleteRoleFromPerson.py +++ b/PLC/Methods/DeleteRoleFromPerson.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteSession.py b/PLC/Methods/DeleteSession.py index 3898f51..c2654a5 100644 --- a/PLC/Methods/DeleteSession.py +++ b/PLC/Methods/DeleteSession.py @@ -1,3 +1,4 @@ +# $Id# import time from PLC.Method import Method diff --git a/PLC/Methods/DeleteSite.py b/PLC/Methods/DeleteSite.py index c23fff4..5826c7d 100644 --- a/PLC/Methods/DeleteSite.py +++ b/PLC/Methods/DeleteSite.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteSlice.py b/PLC/Methods/DeleteSlice.py index 297f8a9..34b04e1 100644 --- a/PLC/Methods/DeleteSlice.py +++ b/PLC/Methods/DeleteSlice.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteSliceAttribute.py b/PLC/Methods/DeleteSliceAttribute.py index 06a99f3..bdbb871 100644 --- a/PLC/Methods/DeleteSliceAttribute.py +++ b/PLC/Methods/DeleteSliceAttribute.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteSliceFromNodes.py b/PLC/Methods/DeleteSliceFromNodes.py index 2390be5..b7e9663 100644 --- a/PLC/Methods/DeleteSliceFromNodes.py +++ b/PLC/Methods/DeleteSliceFromNodes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteSliceFromNodesWhitelist.py b/PLC/Methods/DeleteSliceFromNodesWhitelist.py index 8899d88..eeceeb7 100644 --- a/PLC/Methods/DeleteSliceFromNodesWhitelist.py +++ b/PLC/Methods/DeleteSliceFromNodesWhitelist.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteSliceInstantiation.py b/PLC/Methods/DeleteSliceInstantiation.py index 5098a9d..b850d40 100644 --- a/PLC/Methods/DeleteSliceInstantiation.py +++ b/PLC/Methods/DeleteSliceInstantiation.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/DeleteTagType.py b/PLC/Methods/DeleteTagType.py index 6a485e0..3da132f 100644 --- a/PLC/Methods/DeleteTagType.py +++ b/PLC/Methods/DeleteTagType.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/GenerateNodeConfFile.py b/PLC/Methods/GenerateNodeConfFile.py index b993984..f390f8e 100644 --- a/PLC/Methods/GenerateNodeConfFile.py +++ b/PLC/Methods/GenerateNodeConfFile.py @@ -1,3 +1,4 @@ +# $Id# import random import base64 diff --git a/PLC/Methods/GetAddressTypes.py b/PLC/Methods/GetAddressTypes.py index d10be73..55eef06 100644 --- a/PLC/Methods/GetAddressTypes.py +++ b/PLC/Methods/GetAddressTypes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetAddresses.py b/PLC/Methods/GetAddresses.py index b299295..9ca918a 100644 --- a/PLC/Methods/GetAddresses.py +++ b/PLC/Methods/GetAddresses.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetBootStates.py b/PLC/Methods/GetBootStates.py index 4cd31be..be77fa3 100644 --- a/PLC/Methods/GetBootStates.py +++ b/PLC/Methods/GetBootStates.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetConfFiles.py b/PLC/Methods/GetConfFiles.py index 89d5250..11f220b 100644 --- a/PLC/Methods/GetConfFiles.py +++ b/PLC/Methods/GetConfFiles.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetEventObjects.py b/PLC/Methods/GetEventObjects.py index 02bcd68..7d097f9 100644 --- a/PLC/Methods/GetEventObjects.py +++ b/PLC/Methods/GetEventObjects.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetEvents.py b/PLC/Methods/GetEvents.py index 2bc989c..285821c 100644 --- a/PLC/Methods/GetEvents.py +++ b/PLC/Methods/GetEvents.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetIlinks.py b/PLC/Methods/GetIlinks.py index c711e9d..b729e26 100644 --- a/PLC/Methods/GetIlinks.py +++ b/PLC/Methods/GetIlinks.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/GetInitScripts.py b/PLC/Methods/GetInitScripts.py index d8bb0f5..a852c38 100644 --- a/PLC/Methods/GetInitScripts.py +++ b/PLC/Methods/GetInitScripts.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetInterfaceSettings.py b/PLC/Methods/GetInterfaceSettings.py index c532d7c..31abd59 100644 --- a/PLC/Methods/GetInterfaceSettings.py +++ b/PLC/Methods/GetInterfaceSettings.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/GetInterfaces.py b/PLC/Methods/GetInterfaces.py index 2bd7f7c..e152696 100644 --- a/PLC/Methods/GetInterfaces.py +++ b/PLC/Methods/GetInterfaces.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetKeyTypes.py b/PLC/Methods/GetKeyTypes.py index 32bb658..554a078 100644 --- a/PLC/Methods/GetKeyTypes.py +++ b/PLC/Methods/GetKeyTypes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetKeys.py b/PLC/Methods/GetKeys.py index 2d7550c..a012938 100644 --- a/PLC/Methods/GetKeys.py +++ b/PLC/Methods/GetKeys.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetMessages.py b/PLC/Methods/GetMessages.py index b0eb44e..7d1382a 100644 --- a/PLC/Methods/GetMessages.py +++ b/PLC/Methods/GetMessages.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetNetworkMethods.py b/PLC/Methods/GetNetworkMethods.py index cee914a..ae3d1e8 100644 --- a/PLC/Methods/GetNetworkMethods.py +++ b/PLC/Methods/GetNetworkMethods.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetNetworkTypes.py b/PLC/Methods/GetNetworkTypes.py index dbddd9f..aa5cbb5 100644 --- a/PLC/Methods/GetNetworkTypes.py +++ b/PLC/Methods/GetNetworkTypes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetNodeGroups.py b/PLC/Methods/GetNodeGroups.py index 5711217..f0d1a45 100644 --- a/PLC/Methods/GetNodeGroups.py +++ b/PLC/Methods/GetNodeGroups.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetNodeTags.py b/PLC/Methods/GetNodeTags.py index fd53dcd..367814a 100644 --- a/PLC/Methods/GetNodeTags.py +++ b/PLC/Methods/GetNodeTags.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/GetNodes.py b/PLC/Methods/GetNodes.py index f4b577d..492187b 100644 --- a/PLC/Methods/GetNodes.py +++ b/PLC/Methods/GetNodes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetPCUProtocolTypes.py b/PLC/Methods/GetPCUProtocolTypes.py index 44f9380..a8e160d 100644 --- a/PLC/Methods/GetPCUProtocolTypes.py +++ b/PLC/Methods/GetPCUProtocolTypes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetPCUTypes.py b/PLC/Methods/GetPCUTypes.py index 2a81508..cf45dbf 100644 --- a/PLC/Methods/GetPCUTypes.py +++ b/PLC/Methods/GetPCUTypes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetPCUs.py b/PLC/Methods/GetPCUs.py index ee9ab4d..02a4a6e 100644 --- a/PLC/Methods/GetPCUs.py +++ b/PLC/Methods/GetPCUs.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetPeerName.py b/PLC/Methods/GetPeerName.py index 30fbd94..7b0bbe1 100644 --- a/PLC/Methods/GetPeerName.py +++ b/PLC/Methods/GetPeerName.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter from PLC.Auth import Auth diff --git a/PLC/Methods/GetPeers.py b/PLC/Methods/GetPeers.py index e93fe36..a324de5 100644 --- a/PLC/Methods/GetPeers.py +++ b/PLC/Methods/GetPeers.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/GetPersons.py b/PLC/Methods/GetPersons.py index 5228933..8259ac6 100644 --- a/PLC/Methods/GetPersons.py +++ b/PLC/Methods/GetPersons.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetPlcRelease.py b/PLC/Methods/GetPlcRelease.py index b7d238f..4d7abff 100644 --- a/PLC/Methods/GetPlcRelease.py +++ b/PLC/Methods/GetPlcRelease.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Auth import Auth from PLC.Faults import * diff --git a/PLC/Methods/GetRoles.py b/PLC/Methods/GetRoles.py index 0456662..a5d1c59 100644 --- a/PLC/Methods/GetRoles.py +++ b/PLC/Methods/GetRoles.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetSession.py b/PLC/Methods/GetSession.py index ae75219..be38722 100644 --- a/PLC/Methods/GetSession.py +++ b/PLC/Methods/GetSession.py @@ -1,3 +1,4 @@ +# $Id# import time from PLC.Method import Method diff --git a/PLC/Methods/GetSessions.py b/PLC/Methods/GetSessions.py index a72553c..43e6ae5 100644 --- a/PLC/Methods/GetSessions.py +++ b/PLC/Methods/GetSessions.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetSites.py b/PLC/Methods/GetSites.py index c0f198e..19b9f2b 100644 --- a/PLC/Methods/GetSites.py +++ b/PLC/Methods/GetSites.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/GetSliceAttributes.py b/PLC/Methods/GetSliceAttributes.py index b8a0a11..882f984 100644 --- a/PLC/Methods/GetSliceAttributes.py +++ b/PLC/Methods/GetSliceAttributes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetSliceInstantiations.py b/PLC/Methods/GetSliceInstantiations.py index 174c209..6f26119 100644 --- a/PLC/Methods/GetSliceInstantiations.py +++ b/PLC/Methods/GetSliceInstantiations.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetSliceKeys.py b/PLC/Methods/GetSliceKeys.py index 4029c83..16110ea 100644 --- a/PLC/Methods/GetSliceKeys.py +++ b/PLC/Methods/GetSliceKeys.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/GetSlices.py b/PLC/Methods/GetSlices.py index 63dc0b4..ba725cc 100644 --- a/PLC/Methods/GetSlices.py +++ b/PLC/Methods/GetSlices.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/GetSlicesMD5.py b/PLC/Methods/GetSlicesMD5.py index b7e4cde..0426dc7 100644 --- a/PLC/Methods/GetSlicesMD5.py +++ b/PLC/Methods/GetSlicesMD5.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/GetSlivers.py b/PLC/Methods/GetSlivers.py index 9c32fce..bc62f47 100644 --- a/PLC/Methods/GetSlivers.py +++ b/PLC/Methods/GetSlivers.py @@ -1,3 +1,4 @@ +# $Id# import time from PLC.Faults import * diff --git a/PLC/Methods/GetTagTypes.py b/PLC/Methods/GetTagTypes.py index ebcff1e..21c6446 100644 --- a/PLC/Methods/GetTagTypes.py +++ b/PLC/Methods/GetTagTypes.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/GetWhitelist.py b/PLC/Methods/GetWhitelist.py index 11251f8..b927589 100644 --- a/PLC/Methods/GetWhitelist.py +++ b/PLC/Methods/GetWhitelist.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/NotifyPersons.py b/PLC/Methods/NotifyPersons.py index 70c273d..50df45a 100644 --- a/PLC/Methods/NotifyPersons.py +++ b/PLC/Methods/NotifyPersons.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/NotifySupport.py b/PLC/Methods/NotifySupport.py index 99ec318..92e864f 100644 --- a/PLC/Methods/NotifySupport.py +++ b/PLC/Methods/NotifySupport.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import Auth diff --git a/PLC/Methods/RebootNode.py b/PLC/Methods/RebootNode.py index 7efefd2..b0d0122 100644 --- a/PLC/Methods/RebootNode.py +++ b/PLC/Methods/RebootNode.py @@ -1,3 +1,4 @@ +# $Id# import socket from PLC.Faults import * diff --git a/PLC/Methods/ResetPassword.py b/PLC/Methods/ResetPassword.py index 0e2d2a9..d0b70c2 100644 --- a/PLC/Methods/ResetPassword.py +++ b/PLC/Methods/ResetPassword.py @@ -1,3 +1,4 @@ +# $Id# import random import base64 import time diff --git a/PLC/Methods/SetPersonPrimarySite.py b/PLC/Methods/SetPersonPrimarySite.py index 644826b..7c7fad9 100644 --- a/PLC/Methods/SetPersonPrimarySite.py +++ b/PLC/Methods/SetPersonPrimarySite.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/SliceCreate.py b/PLC/Methods/SliceCreate.py index cc30b52..a55d40b 100644 --- a/PLC/Methods/SliceCreate.py +++ b/PLC/Methods/SliceCreate.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/SliceDelete.py b/PLC/Methods/SliceDelete.py index 70f6696..9d79a75 100644 --- a/PLC/Methods/SliceDelete.py +++ b/PLC/Methods/SliceDelete.py @@ -1,3 +1,4 @@ +# $Id# import re from PLC.Faults import * diff --git a/PLC/Methods/SliceExtendedInfo.py b/PLC/Methods/SliceExtendedInfo.py index 1211610..ade6479 100644 --- a/PLC/Methods/SliceExtendedInfo.py +++ b/PLC/Methods/SliceExtendedInfo.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/SliceGetTicket.py b/PLC/Methods/SliceGetTicket.py index 7cdb167..81e5c4f 100644 --- a/PLC/Methods/SliceGetTicket.py +++ b/PLC/Methods/SliceGetTicket.py @@ -1,3 +1,4 @@ +# $Id# import os import sys from subprocess import Popen, PIPE, call diff --git a/PLC/Methods/SliceInfo.py b/PLC/Methods/SliceInfo.py index 9645f99..4f90158 100644 --- a/PLC/Methods/SliceInfo.py +++ b/PLC/Methods/SliceInfo.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Faults import * diff --git a/PLC/Methods/SliceListNames.py b/PLC/Methods/SliceListNames.py index 4d94933..e74083f 100644 --- a/PLC/Methods/SliceListNames.py +++ b/PLC/Methods/SliceListNames.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/SliceListUserSlices.py b/PLC/Methods/SliceListUserSlices.py index 9e054ed..49ee2f7 100644 --- a/PLC/Methods/SliceListUserSlices.py +++ b/PLC/Methods/SliceListUserSlices.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/SliceNodesAdd.py b/PLC/Methods/SliceNodesAdd.py index 35ccabe..09c8748 100644 --- a/PLC/Methods/SliceNodesAdd.py +++ b/PLC/Methods/SliceNodesAdd.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/SliceNodesDel.py b/PLC/Methods/SliceNodesDel.py index 66c0ed2..b148d84 100644 --- a/PLC/Methods/SliceNodesDel.py +++ b/PLC/Methods/SliceNodesDel.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/SliceNodesList.py b/PLC/Methods/SliceNodesList.py index 0c44f66..bbbe178 100644 --- a/PLC/Methods/SliceNodesList.py +++ b/PLC/Methods/SliceNodesList.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/SliceRenew.py b/PLC/Methods/SliceRenew.py index 4ac6f89..f9b444b 100644 --- a/PLC/Methods/SliceRenew.py +++ b/PLC/Methods/SliceRenew.py @@ -1,3 +1,4 @@ +# $Id# import time from PLC.Faults import * diff --git a/PLC/Methods/SliceTicketGet.py b/PLC/Methods/SliceTicketGet.py index 5b2b786..7524de4 100644 --- a/PLC/Methods/SliceTicketGet.py +++ b/PLC/Methods/SliceTicketGet.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Methods.SliceGetTicket import SliceGetTicket class SliceTicketGet(SliceGetTicket): diff --git a/PLC/Methods/SliceUpdate.py b/PLC/Methods/SliceUpdate.py index 9e82d3a..90250b4 100644 --- a/PLC/Methods/SliceUpdate.py +++ b/PLC/Methods/SliceUpdate.py @@ -1,3 +1,4 @@ +# $Id# import time from PLC.Faults import * diff --git a/PLC/Methods/SliceUserAdd.py b/PLC/Methods/SliceUserAdd.py index 560a66a..cef3bad 100644 --- a/PLC/Methods/SliceUserAdd.py +++ b/PLC/Methods/SliceUserAdd.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/SliceUserDel.py b/PLC/Methods/SliceUserDel.py index 0b41b15..2802001 100644 --- a/PLC/Methods/SliceUserDel.py +++ b/PLC/Methods/SliceUserDel.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/SliceUsersList.py b/PLC/Methods/SliceUsersList.py index e3eb1e4..8feaa3d 100644 --- a/PLC/Methods/SliceUsersList.py +++ b/PLC/Methods/SliceUsersList.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter diff --git a/PLC/Methods/UpdateAddress.py b/PLC/Methods/UpdateAddress.py index ed2fd43..8f1e962 100644 --- a/PLC/Methods/UpdateAddress.py +++ b/PLC/Methods/UpdateAddress.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateAddressType.py b/PLC/Methods/UpdateAddressType.py index 922c940..5afbd93 100644 --- a/PLC/Methods/UpdateAddressType.py +++ b/PLC/Methods/UpdateAddressType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateConfFile.py b/PLC/Methods/UpdateConfFile.py index 6fd0e2a..e25b610 100644 --- a/PLC/Methods/UpdateConfFile.py +++ b/PLC/Methods/UpdateConfFile.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateIlink.py b/PLC/Methods/UpdateIlink.py index d550336..e8e7771 100644 --- a/PLC/Methods/UpdateIlink.py +++ b/PLC/Methods/UpdateIlink.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/UpdateInitScript.py b/PLC/Methods/UpdateInitScript.py index bb0f1f0..190544e 100644 --- a/PLC/Methods/UpdateInitScript.py +++ b/PLC/Methods/UpdateInitScript.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateInterface.py b/PLC/Methods/UpdateInterface.py index c13680b..9e60c24 100644 --- a/PLC/Methods/UpdateInterface.py +++ b/PLC/Methods/UpdateInterface.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateInterfaceSetting.py b/PLC/Methods/UpdateInterfaceSetting.py index cdc4dc5..94c2b8d 100644 --- a/PLC/Methods/UpdateInterfaceSetting.py +++ b/PLC/Methods/UpdateInterfaceSetting.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/UpdateKey.py b/PLC/Methods/UpdateKey.py index 0fb560b..fd9a8e5 100644 --- a/PLC/Methods/UpdateKey.py +++ b/PLC/Methods/UpdateKey.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateMessage.py b/PLC/Methods/UpdateMessage.py index e44dca4..25ed46d 100644 --- a/PLC/Methods/UpdateMessage.py +++ b/PLC/Methods/UpdateMessage.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateNode.py b/PLC/Methods/UpdateNode.py index 1e41b65..3bd98e8 100644 --- a/PLC/Methods/UpdateNode.py +++ b/PLC/Methods/UpdateNode.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateNodeGroup.py b/PLC/Methods/UpdateNodeGroup.py index 75b683f..39f7ccb 100644 --- a/PLC/Methods/UpdateNodeGroup.py +++ b/PLC/Methods/UpdateNodeGroup.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateNodeTag.py b/PLC/Methods/UpdateNodeTag.py index 2d39e19..386a541 100644 --- a/PLC/Methods/UpdateNodeTag.py +++ b/PLC/Methods/UpdateNodeTag.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/UpdatePCU.py b/PLC/Methods/UpdatePCU.py index 8916684..5a702c8 100644 --- a/PLC/Methods/UpdatePCU.py +++ b/PLC/Methods/UpdatePCU.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdatePCUProtocolType.py b/PLC/Methods/UpdatePCUProtocolType.py index b1a30bc..3b1cff5 100644 --- a/PLC/Methods/UpdatePCUProtocolType.py +++ b/PLC/Methods/UpdatePCUProtocolType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdatePCUType.py b/PLC/Methods/UpdatePCUType.py index fc4e886..597cbcb 100644 --- a/PLC/Methods/UpdatePCUType.py +++ b/PLC/Methods/UpdatePCUType.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdatePeer.py b/PLC/Methods/UpdatePeer.py index 8586a48..a3c99a3 100644 --- a/PLC/Methods/UpdatePeer.py +++ b/PLC/Methods/UpdatePeer.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdatePerson.py b/PLC/Methods/UpdatePerson.py index 2043604..0ddfdc4 100644 --- a/PLC/Methods/UpdatePerson.py +++ b/PLC/Methods/UpdatePerson.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateSite.py b/PLC/Methods/UpdateSite.py index 6a33c5e..9cbeabd 100644 --- a/PLC/Methods/UpdateSite.py +++ b/PLC/Methods/UpdateSite.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateSlice.py b/PLC/Methods/UpdateSlice.py index 901ecbc..5ec2062 100644 --- a/PLC/Methods/UpdateSlice.py +++ b/PLC/Methods/UpdateSlice.py @@ -1,3 +1,4 @@ +# $Id# import time from PLC.Faults import * diff --git a/PLC/Methods/UpdateSliceAttribute.py b/PLC/Methods/UpdateSliceAttribute.py index 3c21403..0a4dc96 100644 --- a/PLC/Methods/UpdateSliceAttribute.py +++ b/PLC/Methods/UpdateSliceAttribute.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed diff --git a/PLC/Methods/UpdateTagType.py b/PLC/Methods/UpdateTagType.py index 7067917..b3a1941 100644 --- a/PLC/Methods/UpdateTagType.py +++ b/PLC/Methods/UpdateTagType.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Methods/VerifyPerson.py b/PLC/Methods/VerifyPerson.py index 9dd784b..6f3e3ea 100644 --- a/PLC/Methods/VerifyPerson.py +++ b/PLC/Methods/VerifyPerson.py @@ -1,3 +1,4 @@ +# $Id# import random import base64 import time diff --git a/PLC/NodeTags.py b/PLC/NodeTags.py index 4949e8c..c27b887 100644 --- a/PLC/NodeTags.py +++ b/PLC/NodeTags.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/POD.py b/PLC/POD.py index 01a7ddd..5b92dd3 100644 --- a/PLC/POD.py +++ b/PLC/POD.py @@ -1,3 +1,4 @@ +# $Id# # Marc E. Fiuczynski # Copyright (C) 2004 The Trustees of Princeton University # diff --git a/PLC/Peers.py b/PLC/Peers.py index 582cdb0..b470595 100644 --- a/PLC/Peers.py +++ b/PLC/Peers.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/Sessions.py b/PLC/Sessions.py index e0a57b3..2414161 100644 --- a/PLC/Sessions.py +++ b/PLC/Sessions.py @@ -1,3 +1,4 @@ +# $Id# from types import StringTypes import random import base64 diff --git a/PLC/Sites.py b/PLC/Sites.py index ab8854d..f3b6d9c 100644 --- a/PLC/Sites.py +++ b/PLC/Sites.py @@ -1,3 +1,4 @@ +# $Id# from types import StringTypes import string diff --git a/PLC/SliceAttributes.py b/PLC/SliceAttributes.py index eafebc4..7ef8e63 100644 --- a/PLC/SliceAttributes.py +++ b/PLC/SliceAttributes.py @@ -1,3 +1,4 @@ +# $Id# from PLC.Faults import * from PLC.Parameter import Parameter from PLC.Filter import Filter diff --git a/PLC/Slices.py b/PLC/Slices.py index 5dcde46..27fc8ad 100644 --- a/PLC/Slices.py +++ b/PLC/Slices.py @@ -1,3 +1,4 @@ +# $Id# from types import StringTypes import time import re diff --git a/PLC/TagTypes.py b/PLC/TagTypes.py index c94be0b..7a4df1f 100644 --- a/PLC/TagTypes.py +++ b/PLC/TagTypes.py @@ -1,3 +1,4 @@ +# $Id# # # Thierry Parmentelat - INRIA # diff --git a/PLC/sendmail.py b/PLC/sendmail.py index cab0ae6..b6fda73 100644 --- a/PLC/sendmail.py +++ b/PLC/sendmail.py @@ -1,3 +1,4 @@ +# $Id# import os import sys import pprint