[Commits] (heikki) Bad quotes.
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 27 13:11:28 PDT 2004
Commit by: heikki
Modified files:
hardhat/tinderbox.py 1.16 1.17
Log message:
Bad quotes.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/tinderbox.py.diff?r1=text&tr1=1.16&r2=text&tr2=1.17
Index: hardhat/tinderbox.py
diff -u hardhat/tinderbox.py:1.16 hardhat/tinderbox.py:1.17
--- hardhat/tinderbox.py:1.16 Fri Aug 27 12:59:33 2004
+++ hardhat/tinderbox.py Fri Aug 27 13:11:27 2004
@@ -263,7 +263,7 @@
_descriptions = {
'enduser' : ["End-Users' distribution", "If you just want to use Chandler, this distribution contains everything you need -- just download, unpack, run."],
- 'developer' : ["Developers' distribution", "If you're a developer and want to run Chandler in debugging mode, this distribution contains debug versions of the binaries. Assertions are active, the __debug__ global is set to True, and memory leaks are listed upon exit. You can also use this distribution to develop your own parcels (See <a href="http://wiki.osafoundation.org/bin/view/Chandler/ParcelLoading">Parcel Loading</a> for details on loading your own parcels)."],
+ 'developer' : ["Developers' distribution", "If you're a developer and want to run Chandler in debugging mode, this distribution contains debug versions of the binaries. Assertions are active, the __debug__ global is set to True, and memory leaks are listed upon exit. You can also use this distribution to develop your own parcels (See <a href='http://wiki.osafoundation.org/bin/view/Chandler/ParcelLoading'>Parcel Loading</a> for details on loading your own parcels)."],
}
def MD5sum(filename):
More information about the Commits
mailing list