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

Just make shell run. No where near finished.

Changeset 652ca60d67e2

Parent 5d4953995963

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

Changes to one file · Browse files at 652ca60d67e2 Showing diff from parent 5d4953995963 Diff from another changeset...

Change 1 of 2 Show Entire File fbshell.py Stacked
 
106
107
108
 
109
110
111
112
113
 
126
127
128
129
 
 
 
106
107
108
109
110
 
111
112
113
 
126
127
128
 
 
129
@@ -106,8 +106,8 @@
    def do_filter(self, line):   if len(line) == 0: + pass   -   def do_filters(self, line):   r = self._fb.listFilters()   for filter in r.findAll('filter'): @@ -126,4 +126,4 @@
  shell.cmdloop()    if __name__ == "__main__": - main() \ No newline at end of file
+ main()