diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-05 00:03:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 00:03:34 +0200 |
commit | 0744601fda65c2cd3e02c6705533493ed7b4e501 (patch) | |
tree | 5dcbc8401a2ef94c723fce46c0d2e1899ed42adf /meson.py | |
parent | 80b101d5f376835e3f31604797e98a5a9f3b2fd3 (diff) | |
parent | 390333a18dfa1d8ec8fefe25f638902700ddb82e (diff) | |
download | meson-0744601fda65c2cd3e02c6705533493ed7b4e501.zip meson-0744601fda65c2cd3e02c6705533493ed7b4e501.tar.gz meson-0744601fda65c2cd3e02c6705533493ed7b4e501.tar.bz2 |
Merge pull request #3171 from jon-turney/flake8
Fix flake8 issues
Diffstat (limited to 'meson.py')
-rwxr-xr-x | meson.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -from mesonbuild import mesonmain, mesonlib -import sys, os, locale +from mesonbuild import mesonmain +import sys, os def main(): # Always resolve the command path so Ninja can find it for regen, tests, etc. |