diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-02 17:05:34 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-02 17:05:34 +0200 |
commit | baa0782a22fea66bc7224464c6504f7746532cc7 (patch) | |
tree | 449e7bdaf91380bfcbfc5e3bdac0825964080865 /meson.py | |
parent | f2de23982e00280edcb3ebcf017b8288871a219c (diff) | |
download | meson-baa0782a22fea66bc7224464c6504f7746532cc7.zip meson-baa0782a22fea66bc7224464c6504f7746532cc7.tar.gz meson-baa0782a22fea66bc7224464c6504f7746532cc7.tar.bz2 |
Use argparse in introspector.
Diffstat (limited to 'meson.py')
-rwxr-xr-x | meson.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2012-2014 The Meson development team +# Copyright 2012-2015 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |