summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-06-12 16:01:36 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2019-06-12 16:01:36 +0100
commit76080f077bdc29af9d0509dca606407936cdc8cd (patch)
treefb41361533472f2df2848bc96e66f5d4cf68750a /Wrappers/Python
parent98c37ef611a446b591fbb3e07671db1f0442282c (diff)
downloadframework-76080f077bdc29af9d0509dca606407936cdc8cd.tar.gz
framework-76080f077bdc29af9d0509dca606407936cdc8cd.tar.bz2
framework-76080f077bdc29af9d0509dca606407936cdc8cd.tar.xz
framework-76080f077bdc29af9d0509dca606407936cdc8cd.zip
moved import
Diffstat (limited to 'Wrappers/Python')
-rwxr-xr-xWrappers/Python/ccpi/framework/VectorData.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework/VectorData.py b/Wrappers/Python/ccpi/framework/VectorData.py
index d0fed10..47ac0dd 100755
--- a/Wrappers/Python/ccpi/framework/VectorData.py
+++ b/Wrappers/Python/ccpi/framework/VectorData.py
@@ -28,7 +28,8 @@ from datetime import timedelta, datetime
import warnings
from functools import reduce
from numbers import Number
-from ccpi.framework import DataContainer, VectorGeometry
+from ccpi.framework import DataContainer
+from ccpi.framework import VectorGeometry
class VectorData(DataContainer):
def __init__(self, array=None, **kwargs):