merge back as follows: -r2063:HEAD https://svn.secondlife.com/svn/linden/projects/2008/pyogp/pyogp.lib.base/branches/callback-refactor, moving callback handlers to class methods vs global functions. also fixed some tests :)
This commit is contained in:
@@ -133,7 +133,7 @@ def login():
|
||||
print ''
|
||||
print ''
|
||||
for _avatar in client.region.objects.avatar_store:
|
||||
print 'ID:', _avatar.ID, '\tUUID: ', _avatar.FullID , '\tNameValue: ', _avatar.NameValue, '\tPosition: ', _avatar.Position
|
||||
print 'ID:', _avatar.LocalID, '\tUUID: ', _avatar.FullID , '\tNameValue: ', _avatar.NameValue, '\tPosition: ', _avatar.Position
|
||||
print ''
|
||||
print ''
|
||||
print 'Region attributes:'
|
||||
|
||||
Reference in New Issue
Block a user