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

More precise remaining time calculation, ui.py split #42

Draft
wants to merge 11 commits into
base: py3k
Choose a base branch
from
Prev Previous commit
Next Next commit
not sure if that docstring made sense
  • Loading branch information
sezanzeb committed Sep 6, 2020
commit 89f3ea765796ff595347bce4ae4f6fda494148dd
1 change: 0 additions & 1 deletion soundconverter/interface/gladewindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@


class GladeWindow(object):
"""Create a window from a glade builder."""

callbacks = {}
builder = None
Expand Down