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

« back to all changes in this revision

Viewing changes to templates/test_module.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:
10
10
    unicode_literals,
11
11
    )
12
12
 
 
13
str = None
 
14
 
13
15
__metaclass__ = type
14
16
__all__ = []
15
17