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

reference local copy of BeautifulSoup

Changeset 659ecc6700f9

Parent 06c574cfc15c

by Profile picture of User 4Rich Armstrong <rich@fogcreek.com>

Changes to one file · Browse files at 659ecc6700f9 Showing diff from parent 06c574cfc15c 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 import BeautifulSoup, CData +from BeautifulSoup.BeautifulSoup import BeautifulSoup, CData    class FogBugzAPIError(Exception):   pass