FogBugz » FogBugzPy A Python wrapper for the FogBugz API Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.2, and 0.9.3

Comments

Changeset 784dd6e27ef3

Parent 8d8d8ba98de7

by Profile picture of User 10Tyler G. Hicks-Wright <tghw@fogcreek.com>

Changes to one file · Browse files at 784dd6e27ef3 Showing diff from parent 8d8d8ba98de7 Diff from another changeset...

Change 1 of 1 Show Entire File README.txt Stacked
 
22
23
24
25
 
26
27
28
 
22
23
24
 
25
26
27
28
@@ -22,7 +22,7 @@
 ...  1  2 ->>> for case in resp.findAll('case'): +>>> for case in resp.findAll('case'): # Another way to access the cases  ... print case['operations']  ...  edit,assign,resolve,email,remind