forked from oostendo/python-zxing
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also show Java ZXing library version in --version output
This requires an error-deferring `ArgumentParser` subclass, because we need to initialize the `BarCodeReader` class before we can get the Java ZXing library version. (I took the error-deferring subclass from https://gist.github.com/jmoiron/6543743 and lightly adapted it.)
- Loading branch information
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters