diff options
author | fahim | 2015-03-02 15:38:40 +0530 |
---|---|---|
committer | fahim | 2015-03-02 15:38:40 +0530 |
commit | 05de80920118454a0e08b6a41e6ee5eb81d09a8e (patch) | |
tree | 9901dd5ccd896630b08491e38bdd42dbbc31652e /src/configuration | |
parent | b8a87cdb785471005e96234782287528e3edc39c (diff) | |
download | eSim-05de80920118454a0e08b6a41e6ee5eb81d09a8e.tar.gz eSim-05de80920118454a0e08b6a41e6ee5eb81d09a8e.tar.bz2 eSim-05de80920118454a0e08b6a41e6ee5eb81d09a8e.zip |
Subject: Changes name from ecSim to eSim
Description: Changes name from ecSim to eSim
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 4 | ||||
-rw-r--r-- | src/configuration/Appconfig.pyc | bin | 1308 -> 1304 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index d1b82166..542c0b3f 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -11,7 +11,7 @@ # BUGS: --- # NOTES: --- # AUTHOR: Fahim Khan, fahim.elex@gmail.com -# ORGANIZATION: ecSim team at FOSSEE, IIT Bombay. +# ORGANIZATION: eSim team at FOSSEE, IIT Bombay. # CREATED: Wednesday 04 February 2015 # REVISION: --- #=============================================================================== @@ -37,7 +37,7 @@ class Appconfig(QtGui.QWidget): def __init__(self): super(Appconfig, self).__init__() #Application Details - self._APPLICATION = 'ecSim' + self._APPLICATION = 'eSim' self._VERSION = 'v1.1' self._AUTHOR = 'Fahim' diff --git a/src/configuration/Appconfig.pyc b/src/configuration/Appconfig.pyc Binary files differindex b4cbb31a..4c19546d 100644 --- a/src/configuration/Appconfig.pyc +++ b/src/configuration/Appconfig.pyc |