From 98453e6ed35268278096228a545c72d2aebad755 Mon Sep 17 00:00:00 2001 From: pravindalve Date: Tue, 20 Oct 2020 00:00:55 +0530 Subject: Material Stream Dockwidget allignment issue fixed --- ComponentSelector.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ComponentSelector.py') 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') -- cgit