diff options
author | Fahim | 2015-05-05 11:13:01 +0530 |
---|---|---|
committer | Fahim | 2015-05-05 11:13:01 +0530 |
commit | 4140d1931e819f5a1ba71dbe306847a564b581e6 (patch) | |
tree | a5ff6fb8095f2709602bc0b50c596061e97dcee7 /src/frontEnd/ViewManagement.py | |
parent | 1bedbb24c5a98bac8e1802893137b375cd5f4ee3 (diff) | |
parent | 981aee4c14d73077804347c11fbde3f287a8d695 (diff) | |
download | eSim-4140d1931e819f5a1ba71dbe306847a564b581e6.tar.gz eSim-4140d1931e819f5a1ba71dbe306847a564b581e6.tar.bz2 eSim-4140d1931e819f5a1ba71dbe306847a564b581e6.zip |
Merge pull request #20 from GauravSupal/master
Analog Models Added
Diffstat (limited to 'src/frontEnd/ViewManagement.py')
-rwxr-xr-x | src/frontEnd/ViewManagement.py | 2 |
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): |