summaryrefslogtreecommitdiff
path: root/src/frontEnd
diff options
context:
space:
mode:
authorfahim2015-03-19 16:14:27 +0530
committerfahim2015-03-19 16:14:27 +0530
commit0e14e5c36023a4a12cfe7429b0be01dc534151b4 (patch)
treefb0cb92b57899166e8e1f4b0e97c142d3477a227 /src/frontEnd
parent1eb70cebaa7c2bb2d351af9c7dddf7f7f670f5f5 (diff)
downloadeSim-0e14e5c36023a4a12cfe7429b0be01dc534151b4.tar.gz
eSim-0e14e5c36023a4a12cfe7429b0be01dc534151b4.tar.bz2
eSim-0e14e5c36023a4a12cfe7429b0be01dc534151b4.zip
Subject: Added few module to start with source details
Description: Added few module to start with source details
Diffstat (limited to 'src/frontEnd')
-rwxr-xr-xsrc/frontEnd/Application.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py
index 00c6312f..8e21c171 100755
--- a/src/frontEnd/Application.py
+++ b/src/frontEnd/Application.py
@@ -118,7 +118,7 @@ def main(args):
It is main function of the module.It starts the application
"""
print "Hello Main"
- app = QtGui.QApplication(sys.argv)
+ app = QtGui.QApplication(args)
"""
splash_pix = QtGui.QPixmap('../images/FreeEDAlogo.jpg')