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)
commitff152c993f8b729e6fe124f64603a04e3e3237dd
tree80a441c7de9dfbb4b5fe304e5ea27177d257ec03
parent41d93cf456e796ead6604be6a60acfbaa9b4cbca
move pcucontrol package into pcucontrol module.
88 files changed:
pcucontrol/__init__.py [deleted file]
pcucontrol/models/APCControl.py [deleted file]
pcucontrol/models/BayTech.py [deleted file]
pcucontrol/models/BlackBoxPSMaverick.py [deleted file]
pcucontrol/models/CustomPCU.py [deleted file]
pcucontrol/models/DRAC.py [deleted file]
pcucontrol/models/HPiLO.py [deleted file]
pcucontrol/models/IPAL.py [deleted file]
pcucontrol/models/IntelAMT.py [deleted file]
pcucontrol/models/ManualPCU.py [deleted file]
pcucontrol/models/OpenIPMI.py [deleted file]
pcucontrol/models/PM211MIP.py [deleted file]
pcucontrol/models/WTIIPS4.py [deleted file]
pcucontrol/models/X10Toggle.py [deleted file]
pcucontrol/models/__init__.py [deleted file]
pcucontrol/models/ePowerSwitch.py [deleted file]
pcucontrol/models/hpilo/iloxml/Get_Network.xml [deleted file]
pcucontrol/models/hpilo/iloxml/PowerOff_Server.xml [deleted file]
pcucontrol/models/hpilo/iloxml/PowerOn_Server.xml [deleted file]
pcucontrol/models/hpilo/iloxml/Reset_Server.xml [deleted file]
pcucontrol/models/hpilo/locfg.pl [deleted file]
pcucontrol/models/intelamt/Include/CommonDefinitions.h [deleted file]
pcucontrol/models/intelamt/Include/IMRSDK.h [deleted file]
pcucontrol/models/intelamt/Include/StatusCodeDefinitions.h [deleted file]
pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogLocalInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogRemoteInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/CertStore.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/CircuitBreakerInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/Common.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/EITInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlAdminInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/EventManagerClientInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/FirmwareUpdateInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/GeneralInfoInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/HardwareAssetInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/NetworkAdministrationInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/NetworkTimeInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/RedirectionInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/RemoteControlInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/StorageAdministrationInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/StorageInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/UserNotificationInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/XProfile.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/gNameSpaces.dat [deleted file]
pcucontrol/models/intelamt/Include/WSDL/wsman.wsdl [deleted file]
pcucontrol/models/intelamt/Include/WSDL/wsman.xsd [deleted file]
pcucontrol/models/intelamt/Include/WSDL/wsmancat.xsd [deleted file]
pcucontrol/models/intelamt/Include/digcalc.h [deleted file]
pcucontrol/models/intelamt/Include/httpDigest.h [deleted file]
pcucontrol/models/intelamt/Include/iamt_api.h [deleted file]
pcucontrol/models/intelamt/Include/soapH.h [deleted file]
pcucontrol/models/intelamt/Include/soapStub.h [deleted file]
pcucontrol/models/intelamt/Include/stdsoap2.h [deleted file]
pcucontrol/models/intelamt/Makefile [deleted file]
pcucontrol/models/intelamt/README [deleted file]
pcucontrol/models/intelamt/RemoteControlSample.cpp [deleted file]
pcucontrol/models/intelamt/RemoteControlSoapBinding.nsmap [deleted file]
pcucontrol/models/intelamt/RemoteControlTypes.h [deleted file]
pcucontrol/models/intelamt/Utils.cpp [deleted file]
pcucontrol/models/intelamt/digcalc.cpp [deleted file]
pcucontrol/models/intelamt/httpDigest.cpp [deleted file]
pcucontrol/models/intelamt/soapC.cpp [deleted file]
pcucontrol/models/intelamt/soapClient.cpp [deleted file]
pcucontrol/models/intelamt/stdsoap2.cpp [deleted file]
pcucontrol/models/racadm.py [deleted file]
pcucontrol/reboot.py [deleted file]
pcucontrol/transports/__init__.py [deleted file]
pcucontrol/transports/pyssh/.cvsignore [deleted file]
pcucontrol/transports/pyssh/__init__.py [deleted file]
pcucontrol/transports/pyssh/fssa.py [deleted file]
pcucontrol/transports/pyssh/nbpipe.py [deleted file]
pcucontrol/transports/pyssh/ptyext.py [deleted file]
pcucontrol/transports/ssh/LICENSE [deleted file]
pcucontrol/transports/ssh/__init__.py [deleted file]
pcucontrol/transports/ssh/fdpexpect.py [deleted file]
pcucontrol/transports/ssh/pexpect.py [deleted file]
pcucontrol/transports/ssh/pxssh.py [deleted file]
pcucontrol/transports/telnetlib.py [deleted file]
pcucontrol/util/__init__.py [deleted file]
pcucontrol/util/command.py [deleted file]