Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Python 3 #805

Closed
wants to merge 5 commits into from
Closed

Port to Python 3 #805

wants to merge 5 commits into from

Commits on Jan 19, 2019

  1. Port to Python 3

    * remove call to sys.setdefaultencoding
      default encoding is 'utf-8' by default in Python 3
    
    * remove use of statvfs
      statvfs does not exist in python 3
    Rahul Bothra authored and quozl committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    7ed885c View commit details
    Browse the repository at this point in the history
  2. Remove completed TODO

    * TODO was fixed in af6ce2e
    Rahul Bothra authored and quozl committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    7712da3 View commit details
    Browse the repository at this point in the history
  3. Remove unused function

    Rahul Bothra authored and quozl committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    88b0a08 View commit details
    Browse the repository at this point in the history
  4. embed popwindow code in activitychooser

    Rahul Bothra authored and quozl committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    61d851e View commit details
    Browse the repository at this point in the history
  5. flake fixes

    Rahul Bothra authored and quozl committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    9e42165 View commit details
    Browse the repository at this point in the history