Changeset 359
- Timestamp:
- 06/21/08 23:13:50 (4 years ago)
- Files:
-
- 1 modified
-
hodgestar/Talks/PythonObjects/pyobjects.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hodgestar/Talks/PythonObjects/pyobjects.py
r356 r359 13 13 14 14 from slides import Lecture, Slide, Bullet, PRE, Image, SubBullet, CODE, PYCODE, PYCON, cgi 15 16 PYTHON_TRUNK_CHECKOUT = '/home/simon/LocalProjects/PythonSpint/trunk' 15 17 16 18 # … … 225 227 Bullet("Interactive search -- in static HTML"), 226 228 Bullet("JSON index"), 227 Bullet(URL("2.6 Docs","file:// /home/simon/LocalProjects/PythonSpint/trunk/Doc/build/html/index.html")),229 Bullet(URL("2.6 Docs","file://%s/Doc/build/html/index.html" % PYTHON_TRUNK_CHECKOUT)), 228 230 ), 229 231 ),
