diff options
| author | Cleber Rosa | 2019-10-29 00:04:04 +0100 |
|---|---|---|
| committer | Cleber Rosa | 2019-10-29 00:04:04 +0100 |
| commit | 1b6ee29f48994ad16bed7fcd80f56da688e0bc3a (patch) | |
| tree | 33f7cbf4033c8ab56ef995233af19faaa9b17242 | |
| parent | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... (diff) | |
| download | qemu-1b6ee29f48994ad16bed7fcd80f56da688e0bc3a.tar.gz qemu-1b6ee29f48994ad16bed7fcd80f56da688e0bc3a.tar.xz qemu-1b6ee29f48994ad16bed7fcd80f56da688e0bc3a.zip | |
MAINTAINERS: update location of Python libraries
Commit 8f8fd9ed introduced the python directory structure, but forgot
to update the path pattern on the MAINTAINERS file.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 42e702f346..a0dd1041b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2001,7 +2001,7 @@ Python scripts M: Eduardo Habkost <ehabkost@redhat.com> M: Cleber Rosa <crosa@redhat.com> S: Odd fixes -F: scripts/qmp/* +F: python/qemu/*py F: scripts/*.py F: tests/*.py |
