gallery.py: Add a 'version' argument
authorW. Trevor King <wking@tremily.us>
Thu, 14 Aug 2014 23:18:42 +0000 (16:18 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 14 Aug 2014 23:26:08 +0000 (16:26 -0700)
commit0dd1e1f1df0335e70dc78b49e76edd1bea2dad53
tree862077380db90063a738e57baa8ef180e7e1382e
parent8fa75afba68c971e5cbc83c8242dce436e3ec95d
gallery.py: Add a 'version' argument

With the 'version' action [1], instead of passing the version as an
argument to ArgumentParser (which was at one point supported in
Python, but I can't find the deprecation docs).

[1]: https://docs.python.org/3/library/argparse.html#action
[2]: https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser
posts/gallery/gallery.py