Adding support for coroutines for async ops through trampolines
[theonering] / hand_tests / gv.py
index 30e4709..0870994 100755 (executable)
@@ -43,12 +43,12 @@ def main():
                for data in b.get_recent():
                        pprint.pprint(data)
 
-       if True:
+       if False:
                print "Contacts: ",
                for contact in b.get_contacts():
                        pprint.pprint(contact)
 
-       if False:
+       if True:
                print "Texts: ",
                for message in b.get_texts():
                        pprint.pprint(message.to_dict())