diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-03 14:28:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-04 06:21:41 +0100 |
commit | d7b0b2b50592aa73a0fd9ab8c696ac082dbed8c4 (patch) | |
tree | 47764c4a0ac6599edaa82e541886b5cae446989c /bin | |
parent | 54b28638ab15f68731861ae903c732273b41f78a (diff) |
move some headers inside ucbhelper
Change-Id: Iccd80aa4e631abe002837ca61248e136de9a62eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find-headers-to-move-inside-modules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-headers-to-move-inside-modules.py b/bin/find-headers-to-move-inside-modules.py index c8a9dc989069..313e30762de2 100755 --- a/bin/find-headers-to-move-inside-modules.py +++ b/bin/find-headers-to-move-inside-modules.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Look for headers inside include/ that can be moved into their respective modules. |