diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-01-18 22:18:32 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-01-18 22:18:32 +0100 |
commit | c17d5dec48a83e856452511ba206a966fc42ce65 (patch) | |
tree | 752ea5302a85441c3993cc264dd57fc0c448f0d1 /src/pyexiv2.py | |
parent | 3fe171b038568e2698279a41b990ba6c1d943583 (diff) | |
download | pyexiv2-c17d5dec48a83e856452511ba206a966fc42ce65.tar.gz |
Removed useless history in file headers (what use is it when using a VCS anyway?).
Diffstat (limited to 'src/pyexiv2.py')
-rw-r--r-- | src/pyexiv2.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pyexiv2.py b/src/pyexiv2.py index e4eae75..08cf936 100644 --- a/src/pyexiv2.py +++ b/src/pyexiv2.py @@ -24,12 +24,6 @@ # # File: pyexiv2.py # Author(s): Olivier Tilloy <olivier@tilloy.net> -# History: 28-Dec-06, Olivier Tilloy: created -# 30-Dec-06, Olivier Tilloy: documentation using doc strings -# 08-Jan-07, Olivier Tilloy: improved the datetime conversion algo -# 10-Jan-07, Olivier Tilloy: added method getIptcTagValue -# 17-Jan-07, Olivier Tilloy: improved date and time conversion algos -# added method setIptcTagValue # # ****************************************************************************** |