summaryrefslogtreecommitdiff
path: root/src/browser/Welcome.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/browser/Welcome.py')
-rw-r--r--src/browser/Welcome.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/browser/Welcome.py b/src/browser/Welcome.py
index 2ae8fce1..f9f273df 100644
--- a/src/browser/Welcome.py
+++ b/src/browser/Welcome.py
@@ -2,10 +2,9 @@ from PyQt4 import QtGui, QtCore
class Welcome(QtGui.QWidget):
- """This class creates Welcome page of eSim."""
+ """This class contains content of dock area part of initial esim Window."""
def __init__(self):
- """Sdf."""
QtGui.QWidget.__init__(self)
self.vlayout = QtGui.QVBoxLayout()