GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A binding for the Fire Eagle API in Python
Clone URL: git://github.com/SteveMarshall/fire-eagle-python-binding.git
Removed extraneous print
Steven Marshall (author)
Tue Mar 25 15:58:06 -0700 2008
commit  d6e1d9bd075e492da4f3a4d50a7667ecf2d07653
tree    0b49afb85335d33a0c9c196ec0060bbafcb1bae8
parent  b3336f3b98d9c36800ce462c2d86d0f6a45eebc1
...
430
431
432
433
 
434
435
436
...
430
431
432
 
433
434
435
436
0
@@ -430,7 +430,7 @@ class FireEagle:
0
         
0
         element, conversions = meta['returns']
0
         response_dom = minidom.parseString( response )
0
- print response
0
+
0
         results = self.build_return( \
0
             response_dom, element, conversions )
0
         

Comments

    No one has commented yet.