move pcucontrol package into pcucontrol module.
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 22 Dec 2009 12:02:27 +0000 (12:02 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 22 Dec 2009 12:02:27 +0000 (12:02 +0000)
commitc40d1a5b09026d2c7b52dfd029326bcaa23dff82
treed972ddcfc4c81750eece48a4133b5fc7ff317cb6
parente681fa930140377f86c7d6630367218ab81f588c
move pcucontrol package into pcucontrol module.
88 files changed:
pcucontrol/__init__.py [new file with mode: 0644]
pcucontrol/models/APCControl.py [new file with mode: 0644]
pcucontrol/models/BayTech.py [new file with mode: 0644]
pcucontrol/models/BlackBoxPSMaverick.py [new file with mode: 0644]
pcucontrol/models/CustomPCU.py [new file with mode: 0644]
pcucontrol/models/DRAC.py [new file with mode: 0644]
pcucontrol/models/HPiLO.py [new file with mode: 0644]
pcucontrol/models/IPAL.py [new file with mode: 0644]
pcucontrol/models/IntelAMT.py [new file with mode: 0644]
pcucontrol/models/ManualPCU.py [new file with mode: 0644]
pcucontrol/models/OpenIPMI.py [new file with mode: 0644]
pcucontrol/models/PM211MIP.py [new file with mode: 0644]
pcucontrol/models/WTIIPS4.py [new file with mode: 0644]
pcucontrol/models/X10Toggle.py [new file with mode: 0644]
pcucontrol/models/__init__.py [new file with mode: 0644]
pcucontrol/models/ePowerSwitch.py [new file with mode: 0644]
pcucontrol/models/hpilo/iloxml/Get_Network.xml [new file with mode: 0644]
pcucontrol/models/hpilo/iloxml/PowerOff_Server.xml [new file with mode: 0644]
pcucontrol/models/hpilo/iloxml/PowerOn_Server.xml [new file with mode: 0644]
pcucontrol/models/hpilo/iloxml/Reset_Server.xml [new file with mode: 0644]
pcucontrol/models/hpilo/locfg.pl [new file with mode: 0755]
pcucontrol/models/intelamt/Include/CommonDefinitions.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/IMRSDK.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/StatusCodeDefinitions.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogLocalInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogRemoteInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/CertStore.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/CircuitBreakerInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/Common.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/EITInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlAdminInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/EventManagerClientInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/FirmwareUpdateInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/GeneralInfoInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/HardwareAssetInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/NetworkAdministrationInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/NetworkTimeInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/RedirectionInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/RemoteControlInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/StorageAdministrationInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/StorageInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/UserNotificationInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/XProfile.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/gNameSpaces.dat [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/wsman.wsdl [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/wsman.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/WSDL/wsmancat.xsd [new file with mode: 0644]
pcucontrol/models/intelamt/Include/digcalc.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/httpDigest.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/iamt_api.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/soapH.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/soapStub.h [new file with mode: 0644]
pcucontrol/models/intelamt/Include/stdsoap2.h [new file with mode: 0644]
pcucontrol/models/intelamt/Makefile [new file with mode: 0644]
pcucontrol/models/intelamt/README [new file with mode: 0644]
pcucontrol/models/intelamt/RemoteControlSample.cpp [new file with mode: 0644]
pcucontrol/models/intelamt/RemoteControlSoapBinding.nsmap [new file with mode: 0644]
pcucontrol/models/intelamt/RemoteControlTypes.h [new file with mode: 0644]
pcucontrol/models/intelamt/Utils.cpp [new file with mode: 0644]
pcucontrol/models/intelamt/digcalc.cpp [new file with mode: 0644]
pcucontrol/models/intelamt/httpDigest.cpp [new file with mode: 0644]
pcucontrol/models/intelamt/soapC.cpp [new file with mode: 0644]
pcucontrol/models/intelamt/soapClient.cpp [new file with mode: 0644]
pcucontrol/models/intelamt/stdsoap2.cpp [new file with mode: 0644]
pcucontrol/models/racadm.py [new file with mode: 0755]
pcucontrol/reboot.py [new file with mode: 0755]
pcucontrol/transports/__init__.py [new file with mode: 0644]
pcucontrol/transports/pyssh/.cvsignore [new file with mode: 0644]
pcucontrol/transports/pyssh/__init__.py [new file with mode: 0644]
pcucontrol/transports/pyssh/fssa.py [new file with mode: 0644]
pcucontrol/transports/pyssh/nbpipe.py [new file with mode: 0644]
pcucontrol/transports/pyssh/ptyext.py [new file with mode: 0644]
pcucontrol/transports/ssh/LICENSE [new file with mode: 0644]
pcucontrol/transports/ssh/__init__.py [new file with mode: 0644]
pcucontrol/transports/ssh/fdpexpect.py [new file with mode: 0644]
pcucontrol/transports/ssh/pexpect.py [new file with mode: 0644]
pcucontrol/transports/ssh/pxssh.py [new file with mode: 0644]
pcucontrol/transports/telnetlib.py [new file with mode: 0644]
pcucontrol/util/__init__.py [new file with mode: 0644]
pcucontrol/util/command.py [new file with mode: 0644]