summaryrefslogtreecommitdiff
path: root/ComponentSelector.py
diff options
context:
space:
mode:
authorpravindalve2020-10-20 00:00:55 +0530
committerpravindalve2020-10-20 00:00:55 +0530
commit98453e6ed35268278096228a545c72d2aebad755 (patch)
treed7bf99801f50c7646feec296b73d525b43ad3dee /ComponentSelector.py
parentb790cb7e0940e859578d7e85aadc962c07570793 (diff)
downloadChemical-Simulator-GUI-98453e6ed35268278096228a545c72d2aebad755.tar.gz
Chemical-Simulator-GUI-98453e6ed35268278096228a545c72d2aebad755.tar.bz2
Chemical-Simulator-GUI-98453e6ed35268278096228a545c72d2aebad755.zip
Material Stream Dockwidget allignment issue fixed
Diffstat (limited to 'ComponentSelector.py')
-rw-r--r--ComponentSelector.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ComponentSelector.py b/ComponentSelector.py
index 64ca167..80c88d8 100644
--- a/ComponentSelector.py
+++ b/ComponentSelector.py
@@ -2,6 +2,7 @@ from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from PyQt5.QtGui import *
from PyQt5.uic import loadUiType
+import os, sys
import pandas as pd
from Simulator.Databases.Databases import ChemsepDatabase
ui_dialog,_ = loadUiType('ComponentSelector.ui')