summaryrefslogtreecommitdiff
path: root/src/frontEnd/ViewManagement.py
diff options
context:
space:
mode:
authorGauravSupal2015-05-05 10:59:19 +0000
committerGauravSupal2015-05-05 10:59:19 +0000
commit981aee4c14d73077804347c11fbde3f287a8d695 (patch)
treea5ff6fb8095f2709602bc0b50c596061e97dcee7 /src/frontEnd/ViewManagement.py
parent1bedbb24c5a98bac8e1802893137b375cd5f4ee3 (diff)
downloadeSim-981aee4c14d73077804347c11fbde3f287a8d695.tar.gz
eSim-981aee4c14d73077804347c11fbde3f287a8d695.tar.bz2
eSim-981aee4c14d73077804347c11fbde3f287a8d695.zip
Analog Models Added
Diffstat (limited to 'src/frontEnd/ViewManagement.py')
-rwxr-xr-xsrc/frontEnd/ViewManagement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontEnd/ViewManagement.py b/src/frontEnd/ViewManagement.py
index 2160be8b..d3269a93 100755
--- a/src/frontEnd/ViewManagement.py
+++ b/src/frontEnd/ViewManagement.py
@@ -23,7 +23,7 @@ from PyQt4 import QtCore
from PyQt4 import QtGui
from projManagement.Kicad import Kicad
from ProjectExplorer import ProjectExplorer
-from Plotting import Plotting
+
class ViewManagement(QtGui.QSplitter):