commit | 467c2a45b95bc8654bc1ca559fb0d1b2009c78f8 | [log] [tgz] |
---|---|---|
author | Robert Kuska <rkuska@redhat.com> | Thu Jul 16 13:48:13 2015 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Jul 16 13:06:02 2015 -0400 |
tree | 0c5596cd6a6a61b3234908a06e0fa4e935aa1f2b | |
parent | fd00e882c4886124008cf473e4a9af1dd7a93b68 [diff] |
sepolgen: Replace func_code calls with __code__. In Python 3, special function attributes have been renamed for consistency with other attributes. __code__ attribute is also present in py2.7 and py2.6 Signed-off-by: Robert Kuska <rkuska@redhat.com>