-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call enableBMFF in module init, if needed
The user enableBMFF() function no longer does anything and is deprecated.
- Loading branch information
1 parent
2ebff92
commit 8326135
Showing
7 changed files
with
48 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# python-exiv2 - Python interface to exiv2 | ||
# http://github.com/jim-easterbrook/python-exiv2 | ||
# Copyright (C) 2021-22 Jim Easterbrook [email protected] | ||
# Copyright (C) 2021-24 Jim Easterbrook [email protected] | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -31,7 +31,6 @@ def main(): | |
print('python-exiv2 version:', exiv2.__version__) | ||
print('python-exiv2 examples:', | ||
os.path.join(os.path.dirname(__file__), 'examples')) | ||
print('BMFF support:', exiv2.enableBMFF(False)) | ||
if args.verbosity: | ||
print('libexiv2 build options:') | ||
pprint.pprint(exiv2.versionInfo()) | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# python-exiv2 - Python interface to exiv2 | ||
# http://github.com/jim-easterbrook/python-exiv2 | ||
# Copyright (C) 2021-22 Jim Easterbrook [email protected] | ||
# Copyright (C) 2021-24 Jim Easterbrook [email protected] | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -31,7 +31,6 @@ def main(): | |
print('python-exiv2 version:', exiv2.__version__) | ||
print('python-exiv2 examples:', | ||
os.path.join(os.path.dirname(__file__), 'examples')) | ||
print('BMFF support:', exiv2.enableBMFF(False)) | ||
if args.verbosity: | ||
print('libexiv2 build options:') | ||
pprint.pprint(exiv2.versionInfo()) | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# python-exiv2 - Python interface to exiv2 | ||
# http://github.com/jim-easterbrook/python-exiv2 | ||
# Copyright (C) 2021-22 Jim Easterbrook [email protected] | ||
# Copyright (C) 2021-24 Jim Easterbrook [email protected] | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -31,7 +31,6 @@ def main(): | |
print('python-exiv2 version:', exiv2.__version__) | ||
print('python-exiv2 examples:', | ||
os.path.join(os.path.dirname(__file__), 'examples')) | ||
print('BMFF support:', exiv2.enableBMFF(False)) | ||
if args.verbosity: | ||
print('libexiv2 build options:') | ||
pprint.pprint(exiv2.versionInfo()) | ||
|
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
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