Bug 1184979

Summary: [patch] Python 3 compat for environment-modules
Product: [Fedora] Fedora Reporter: Bohuslav "Slavek" Kabrda <bkabrda>
Component: environment-modulesAssignee: Orion Poplawski <orion>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jsynacek, orion
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: environment-modules-3.2.10-13.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-28 20:24:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Make createmodule.py Python 3 compatible none

Description Bohuslav "Slavek" Kabrda 2015-01-22 15:44:50 UTC
Created attachment 982895 [details]
Make createmodule.py Python 3 compatible

Hi, I'm attaching a simple patch that makes createmodule.py compatbile with Python 3 (and uses Python 3 as a default Python to execute). I've also submitted a simple patch upstream that makes "init/python.py" work with Python 3 [1], please also consider merging that.

Thanks a lot for considering!

[1] https://sourceforge.net/p/modules/patches/15

Comment 1 Orion Poplawski 2015-01-28 16:44:41 UTC
Thanks for the patches.