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

We should use the global BeautifulSoup.

Changeset 79f611eab9ac

Parent 993bfa3ca8ea

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

Changes to one file · Browse files at 79f611eab9ac Showing diff from parent 993bfa3ca8ea Diff from another changeset...

Change 1 of 1 Show Entire File fogbugz.py Stacked
 
1
2
3
4
 
5
6
7
 
1
2
3
 
4
5
6
7
@@ -1,7 +1,7 @@
 import urllib  import urllib2   -from BeautifulSoup.BeautifulSoup import BeautifulSoup, CData +from BeautifulSoup import BeautifulSoup, CData    class FogBugzAPIError(Exception):   pass