diff options
| author | Barry Warsaw | 2009-08-25 18:49:43 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-08-25 18:49:43 -0400 |
| commit | 0ce2f82735911c738349b1812c86e09355ecee60 (patch) | |
| tree | ed3c5432cce22e9edaf5dc4199594d629b1a2952 /src/mailman/bin/arch.py | |
| parent | 67ee413b62f5e1f9530c74a2dd83d2498f15908d (diff) | |
| download | mailman-0ce2f82735911c738349b1812c86e09355ecee60.tar.gz mailman-0ce2f82735911c738349b1812c86e09355ecee60.tar.zst mailman-0ce2f82735911c738349b1812c86e09355ecee60.zip | |
Diffstat (limited to 'src/mailman/bin/arch.py')
| -rw-r--r-- | src/mailman/bin/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/bin/arch.py b/src/mailman/bin/arch.py index a27fa8d7f..abf057c3f 100644 --- a/src/mailman/bin/arch.py +++ b/src/mailman/bin/arch.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. +from __future__ import absolute_import, unicode_literals + import os import sys import errno |
