Bug 749210

Summary: spacewalkkoan.py:293: DeprecationWarning
Product: Red Hat Satellite 5 Reporter: Timm Stamer <timm2k>
Component: ProvisioningAssignee: Tomas Lestach <tlestach>
Status: CLOSED DEFERRED QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 541CC: cperry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-29 20:09:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 462714    

Description Timm Stamer 2011-10-26 13:41:22 UTC
Description of problem:

/usr/share/rhn/spacewalkkoan/spacewalkkoan.py:293: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  import popen2



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. schedule system for reprovisioning
2. run rhn_check 
  
Actual results:

...
/usr/share/rhn/spacewalkkoan/spacewalkkoan.py:293: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  import popen2
...



Expected results:

no warning.