diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-01-21 00:20:20 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-01-21 00:20:20 +0100 |
commit | 034c4d00395e4b1716d9996133f7b43f409ebcf4 (patch) | |
tree | 91f191e3053aba6bc580581d74cc6d333b4d0ad1 /src/examples.py | |
parent | f0dea80f17d7c78892b393c58f76743febc2846e (diff) | |
download | pyexiv2-034c4d00395e4b1716d9996133f7b43f409ebcf4.tar.gz |
Removed some unused legacy code.
Diffstat (limited to 'src/examples.py')
-rwxr-xr-x | src/examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples.py b/src/examples.py index c9e1843..1a36758 100755 --- a/src/examples.py +++ b/src/examples.py @@ -1,4 +1,4 @@ -#!//usr/bin/python +#!/usr/bin/python # -*- coding: utf-8 -*- from pyexiv2 import ImageMetadata, ExifTag, IptcTag, XmpTag |