From: <luc...@us...> - 2003-07-13 09:05:06
|
Update of /cvsroot/zxsync/zXSync/zxsync In directory sc8-pr-cvs1:/tmp/cvs-serv29529 Modified Files: report.py Log Message: - Added warning comment Index: report.py =================================================================== RCS file: /cvsroot/zxsync/zXSync/zxsync/report.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** report.py 23 Jun 2003 21:11:56 -0000 1.1 --- report.py 13 Jul 2003 09:05:03 -0000 1.2 *************** *** 22,25 **** --- 22,29 ---- # + """ + This module is tightly coupled with engine.py, and nothing from engine.py + that is used here should be considered a stable API. + """ def createReport(deviceInfos, conflicts, checkConflictsOnly): |