aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/validator.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tools/validator.py')
-rw-r--r--mediagoblin/tools/validator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tools/validator.py b/mediagoblin/tools/validator.py
index 93296eab..0d5d94b5 100644
--- a/mediagoblin/tools/validator.py
+++ b/mediagoblin/tools/validator.py
@@ -14,7 +14,7 @@
# 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/>.
-from six.moves.urllib.parse import urlparse
+from urllib.parse import urlparse
def validate_email(email):
"""