diff options
Diffstat (limited to 'mediagoblin/tools/exif.py')
-rw-r--r-- | mediagoblin/tools/exif.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/tools/exif.py b/mediagoblin/tools/exif.py index cf739b07..99285d67 100644 --- a/mediagoblin/tools/exif.py +++ b/mediagoblin/tools/exif.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import six - from exifread import process_file from exifread.utils import Ratio |