<html><head><meta http-equiv=Content-Type content="text/html; charset=UTF-8"><META name="Author" content="GroupWise WebAccess"><style type="text/css"> 
body p 

        margin: 0px; 
}
</style></head><body style='font-family: Helvetica, Arial, sans-serif; font-size: 13px; '><div id="GroupWiseSection_1524452610000_yosun@suse.com_5F7CD7011E1A0000AAEF000000000000_" class="GroupWiseMessageBody">Hi,<br><br>> > Looks good but shouldn't we update hashbangs to python3 since these<br>> > changes effectively make the code python3 only?<br>> I wonder whether we should use env shebang, which is portable (#!/usr/bin/env python3) or<br>> standard shebang using in distros (#!/usr/bin/python3). I've seen both in various<br>> projects, some of them even use no shebang at all.<br>> <br><br>I'm going to update/add all shebang to standard shebang (#!/usr/bin/python3)<br><br>> > Also there is execltp.in that is written in python, have you looked at<br>> > that source? Is that one python3 compatible?<br>> OK, 21 python scripts (some of the scripts doesn't have shebang).<br>> <br><br>All these 21 python scripts will have the same shebang. Thank you both for reviewing :)<br><br><br>Best Wishes,<br>Yong<br></div></body></html>