aboutsummaryrefslogtreecommitdiffstats
path: root/tests/packager/test_package.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/packager/test_package.py')
-rw-r--r--tests/packager/test_package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/packager/test_package.py b/tests/packager/test_package.py
index b4c4526..662d004 100644
--- a/tests/packager/test_package.py
+++ b/tests/packager/test_package.py
@@ -20,7 +20,7 @@ import os
import tempfile
import shutil
-from packager import csar
+from vnfsdk_pkgtools.packager import csar
CSAR_RESOURCE_DIR = 'tests/resources/csar'
CSAR_ENTRY_FILE = 'test_entry.yaml'