Changeset 269f72 in indico for indico/MaKaC/consoleScripts/installBase.py
- Timestamp:
- 09/01/10 14:56:44 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 510cec1
- Parents:
- 3df18a
- git-author:
- Daniel Hugo Campora Perez <dcampora@…> (08/30/10 12:22:21)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (09/01/10 14:56:44)
- File:
-
- 1 edited
-
indico/MaKaC/consoleScripts/installBase.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/consoleScripts/installBase.py
r3df18a r269f72 213 213 def _checkModPythonIsInstalled(): 214 214 try: 215 import mod_python 215 pass 216 #import mod_python 216 217 except ImportError: 217 218 raw_input(''' … … 224 225 225 226 226 You can downlo d mod_python from:227 You can download mod_python from: 227 228 228 229 http://www.modpython.org/
Note: See TracChangeset
for help on using the changeset viewer.
