aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/piwigo/tools.py
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-03-05 23:42:38 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-05 23:42:38 +1100
commit9bf3bc1944b14252978a6aa2f963effab7208515 (patch)
treebb6d0fd8e617d486982cf0f75f2d633b08415f50 /mediagoblin/plugins/piwigo/tools.py
parentdec47c7102cf0aa3a4debf002928db8e460c0d71 (diff)
downloadmediagoblin-9bf3bc1944b14252978a6aa2f963effab7208515.tar.lz
mediagoblin-9bf3bc1944b14252978a6aa2f963effab7208515.tar.xz
mediagoblin-9bf3bc1944b14252978a6aa2f963effab7208515.zip
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Diffstat (limited to 'mediagoblin/plugins/piwigo/tools.py')
-rw-r--r--mediagoblin/plugins/piwigo/tools.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/plugins/piwigo/tools.py b/mediagoblin/plugins/piwigo/tools.py
index 7b3e931a..dadd3e77 100644
--- a/mediagoblin/plugins/piwigo/tools.py
+++ b/mediagoblin/plugins/piwigo/tools.py
@@ -17,7 +17,6 @@
from collections import namedtuple
import logging
-import six
import lxml.etree as ET
from werkzeug.exceptions import MethodNotAllowed, BadRequest