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

Update readme with a note about the fork and namespace conflict.

Changeset 04de14d8c361

Parent 57b16f68da9d

by Jason R. Coombs

Changes to one file · Browse files at 04de14d8c361 Showing diff from parent 57b16f68da9d Diff from another changeset...

Change 1 of 1 Show Entire File README.txt Stacked
 
36
37
38
39
 
 
 
 
 
 
 
36
37
38
 
 
39
40
41
42
43
@@ -36,4 +36,8 @@
 For more info on the API:  http://our.fogbugz.com/help/topics/advanced/API.html   -Much of the API has not been thoroughly tested. Please report bugs to customer-service@fogcreek.com \ No newline at end of file
+Much of the API has not been thoroughly tested. Please report bugs to customer-service@fogcreek.com + +``fogbugz_bis`` is a fork of the FogCreek codebase to support Python 3 and +BeautifulSoup 4. You should install/require only one of ``fogbugz`` or +``fogbugz_bis`` as they both implement the same module.