~mpontillo/maas/add-logging-for-bug-1627362

« back to all changes in this revision

Viewing changes to src/provisioningserver/dns/tests/test_config.py

  • Committer: Gavin Panella
  • Date: 2015-12-01 18:12:59 UTC
  • mto: (4489.8.2 python3)
  • mto: This revision was merged to the branch mainline in revision 4533.
  • Revision ID: gavin.panella@canonical.com-20151201181259-9gorn2p3v5o5djis
Remove all remaining Python 2 shims.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
"""Test cases for dns.config"""
5
5
 
6
 
# 2to3 incorrectly handles multi-line imports from __future__
7
 
# https://bugs.python.org/issue12873
8
 
from __future__ import (absolute_import, print_function, unicode_literals)
9
 
 
10
 
__metaclass__ = type
11
6
__all__ = []
12
7
 
13
8
import errno