diff options
author | rahulp13 | 2020-08-08 20:08:53 +0530 |
---|---|---|
committer | rahulp13 | 2020-08-08 20:08:53 +0530 |
commit | 38461753c416be9a4fca821a6e01c0e22c57760a (patch) | |
tree | 6e494305c973ccb05951b76891ed50478953044f /src | |
parent | ab1b6cb26e03ae50e53457b598eb4948967c9ece (diff) | |
download | eSim-38461753c416be9a4fca821a6e01c0e22c57760a.tar.gz eSim-38461753c416be9a4fca821a6e01c0e22c57760a.tar.bz2 eSim-38461753c416be9a4fca821a6e01c0e22c57760a.zip |
resolved pep8 issue
Diffstat (limited to 'src')
-rw-r--r-- | src/configuration/Appconfig.py | 2 | ||||
-rw-r--r-- | src/frontEnd/Application.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 96514f85..d0b4fd18 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -100,7 +100,7 @@ class Appconfig(QtWidgets.QWidget): def __init__(self): super(Appconfig, self).__init__() - + # Application Details self._APPLICATION = 'eSim' self._VERSION = '2.1' diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 1f687e70..44616ab7 100644 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -18,7 +18,7 @@ import os -if os.name == 'nt': # noqa +if os.name == 'nt': # noqa from frontEnd import pathmagic # noqa:F401 init_path = '' else: |