Skip to content
Snippets Groups Projects
Commit fff4dfae authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Fixed IDE related errors in version 1.0.0.

parent abb88d3d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/CaptDeviceControl" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/adcaptdevicecontrol" />
<excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/old" />
<excludeFolder url="file://$MODULE_DIR$/.venv" />
......
......@@ -15,9 +15,9 @@ dependencies = [
'scipy',
'rich',
'pyqtgraph',
'fswidgets@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop',
'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop',
'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@develop'
'fswidgets@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@main',
'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@main',
'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@main'
]
classifiers = [
"Programming Language :: Python :: 3",
......
......@@ -7,11 +7,11 @@ rich
pyqtgraph
# add the git repo
git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop
#git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop
#git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@develop
git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@main
git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@main
git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@main
# Local installs
../tools/confighandler
#../captdevicecontrol
../tools/cmp
\ No newline at end of file
#../tools/confighandler
#../tools/fswidgets
#../tools/cmp
\ No newline at end of file
......@@ -4,3 +4,8 @@ Author(s): Christoph Schmidt <christoph.schmidt@tugraz.at>
Created: 2023-10-19 12:35
Package Version:
"""
import sys
from .CaptDeviceConfig import CaptDeviceConfig as Config
from .controller.BaseAD2CaptDevice import BaseAD2CaptDevice as Controller
from .model.AD2CaptDeviceModel import AD2CaptDeviceModel as Model
from .view.AD2CaptDeviceView import ControlWindow as View
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment