Skip to content

Commit 5443aa4

Browse files
committed
move common.py up
1 parent d161ab5 commit 5443aa4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

tools/visual-pipeline-and-platform-evaluation-tool/pipelines/simplevs/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import struct
55

66
from gstpipeline import GstPipeline
7-
from pipelines._common.common import (
7+
from pipelines.common import (
88
PipelineElementsSelector,
99
PipelineElementSelectionInstructions,
1010
VAAPI_SUFFIX_PLACEHOLDER,

tools/visual-pipeline-and-platform-evaluation-tool/pipelines/smartnvr/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import struct
66

77
from gstpipeline import GstPipeline
8-
from pipelines._common.common import (
8+
from pipelines.common import (
99
PipelineElementsSelector,
1010
PipelineElementSelectionInstructions,
1111
VAAPI_SUFFIX_PLACEHOLDER,

0 commit comments

Comments
 (0)