]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Mark accesses to global vars in addrcache as 'global'
authorDavid Howells <dhowells@redhat.com>
Mon, 14 Apr 2014 14:23:15 +0000 (15:23 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 14 Apr 2014 14:23:15 +0000 (15:23 +0100)
commit66740581fdf3d830c85a94f81b709e556cd43604
tree87093a9beea065a343b38f8afb7e850927560d75
parenta72ea07e75977be94741937973441a73245d1192
Mark accesses to global vars in addrcache as 'global'

Mark accesses to global vars in the addrcache module as 'global' to make sure
Python doesn't do local access instead.

Signed-off-by: David Howells <dhowells@redhat.com>
suite/lib/addrcache.py