aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject')
-rw-r--r--examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject b/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
index 8f6121b0c..cc684401f 100644
--- a/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
+++ b/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
@@ -1,3 +1,3 @@
{
- "files": ["app.qml", "/Charts/piechart.py", "/Charts/pieslice.py"]
+ "files": ["app.qml", "Charts/piechart.py", "Charts/pieslice.py"]
}