~abompard/mailman/import21-instances-test

« back to all changes in this revision

Viewing changes to src/mailman/archiving/mhonarc.py

  • Committer: Barry Warsaw
  • Date: 2015-01-05 01:40:47 UTC
  • Revision ID: barry@list.org-20150105014047-3ckex6ppxujtrkkj
We don't need the 'six' package any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from mailman.config.config import external_configuration
30
30
from mailman.interfaces.archiver import IArchiver
31
31
from mailman.utilities.string import expand
32
 
from six.moves.urllib_parse import urljoin
 
32
from urllib.parse import urljoin
33
33
from zope.interface import implementer
34
34
 
35
35