Comments added and methods of class MCGClient reordered
This commit is contained in:
parent
c2eb40c317
commit
cd711efa4a
2 changed files with 130 additions and 83 deletions
|
|
@ -1,14 +1,14 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Author: coderkun <olli@coderkun.de>
|
||||
|
||||
|
||||
|
||||
|
||||
from gi.repository import Gtk, Gdk, GdkPixbuf, GObject
|
||||
import mcg
|
||||
|
||||
|
||||
|
||||
|
||||
class MCGGtk(Gtk.Window):
|
||||
|
||||
def __init__(self):
|
||||
|
|
@ -292,7 +292,6 @@ class ConnectionPanel(Gtk.Box):
|
|||
|
||||
from threading import Thread
|
||||
|
||||
|
||||
class CoverPanel(Gtk.HPaned):
|
||||
SIGNAL_UPDATE_START = 'update-start'
|
||||
SIGNAL_UPDATE_END = 'update-end'
|
||||
|
|
@ -443,6 +442,7 @@ class CoverPanel(Gtk.HPaned):
|
|||
|
||||
|
||||
|
||||
|
||||
import os
|
||||
import configparser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue