move python source file to Cleopatra

This commit is contained in:
Ryan Tang 2024-11-06 16:59:34 -05:00
parent f5a055cf07
commit 3a41e13fdf
8 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
{
"files.associations": {
"InFileCreator.C": "cpp"
}
},
"python.analysis.extraPaths": [
"./Cleopatra"
]
}

View File

@ -10,10 +10,10 @@ from PyQt6.QtWidgets import (
QFileDialog, QGroupBox, QVBoxLayout, QSpinBox, QDoubleSpinBox
)
from PyQt6.QtCore import Qt
from PyQt6.QtGui import QTextCursor
sys.path.append(os.path.join(os.path.dirname(__file__), '../Cleopatra'))
from CustomTextEdit import CustomTextEdit
from ExtractXsecPy import extract_xsec
from ExWindow import ExWindow
from MatPlotLibWindow import MatPlotLibWindow