8ad0dff Python2 to Python3 convert process

6 files Authored by thunderbirdtr 2 years ago, Committed by darknao 2 years ago,
    Python2 to Python3 convert process
    
    - build.py
    
    python syntax errors fixed (such as print)
    line 150 : translation part opened  with "rb"
    line 243 : template.generate "encoding removed"
    
    - buildconf.py
    
    python syntax errors fixed (such as print)
    lang_regex list(zip()) fixed
    
    - construct-translatins.py
    
    rename ConfigParser to configparser
    readfp to "read_file" (new way)
    
    - rss.py
    
    python syntax errors fixed
    
    Tested websites;
    
    labs.fedoraproject.org
    arm.fedoraproject.org
    boot.fedoraproject.org
    mirrors.fedoraproject.org (always working)
    flock.fedoraproject.org
    fedorapeople.org (not python releated because it just a shell script file)
    fedoracommunity.org
    budget.fedoraproject.org
    spins.fedoraproject.org
    
        
file modified
+1 -1
file modified
+9 -8
file modified
+14 -14