[Python-checkins] r67358 - tracker/instances/python-dev/detectors/cia.py
martin.v.loewis
python-checkins at python.org
Sun Nov 23 22:40:35 CET 2008
Author: martin.v.loewis
Date: Sun Nov 23 22:40:35 2008
New Revision: 67358
Log:
Add notice to change the CIA parameters when recycling detector.
Modified:
tracker/instances/python-dev/detectors/cia.py
Modified: tracker/instances/python-dev/detectors/cia.py
==============================================================================
--- tracker/instances/python-dev/detectors/cia.py (original)
+++ tracker/instances/python-dev/detectors/cia.py Sun Nov 23 22:40:35 2008
@@ -4,6 +4,7 @@
server = "http://CIA.vc"
+# CHANGE THESE WHEN INTEGRATION THIS INTO YOUR TRACKER!!!!
parameters = {
'name':'Roundup Reactor for CIA',
'revision': "$Revision$"[11:-2],
More information about the Python-checkins
mailing list