~allenap/maas/rpc-give-shared-secret-to-accepted-cluster

« back to all changes in this revision

Viewing changes to src/maasserver/models/tests/test_config.py

  • Committer: Tarmac
  • Author(s): Gavin Panella
  • Date: 2013-10-07 11:08:54 UTC
  • mfrom: (1640.1.19 str-to-unicode)
  • Revision ID: tarmac-20131007110854-s1668mwrifrg94y6
[r=jtv][bug=][author=allenap] Try to lessen the burden of working with byte and unicode strings in Python 2.x.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    unicode_literals,
10
10
    )
11
11
 
 
12
str = None
 
13
 
12
14
__metaclass__ = type
13
15
__all__ = []
14
16