Comments added and methods of class MCGClient reordered

This commit is contained in:
coderkun 2012-06-22 15:33:48 +02:00
commit cd711efa4a
2 changed files with 130 additions and 83 deletions

View file

@ -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