summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/ccpi/framework/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python/ccpi/framework/__init__.py')
-rwxr-xr-xWrappers/Python/ccpi/framework/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework/__init__.py b/Wrappers/Python/ccpi/framework/__init__.py
index cae8988..94788a5 100755
--- a/Wrappers/Python/ccpi/framework/__init__.py
+++ b/Wrappers/Python/ccpi/framework/__init__.py
@@ -30,10 +30,10 @@ from functools import reduce
from .framework import DataContainer
from .framework import ImageData, AcquisitionData
from .framework import ImageGeometry, AcquisitionGeometry
+from .framework import VectorData, VectorGeometry
from .framework import find_key, message
from .framework import DataProcessor
from .framework import AX, PixelByPixelDataProcessor, CastDataContainer
from .BlockDataContainer import BlockDataContainer
from .BlockGeometry import BlockGeometry
from .TestData import TestData
-from .Vector import VectorGeometry, VectorData