two typoes
Nathaniel Smith
njs at pobox.com
Wed Apr 16 05:39:49 UTC 2003
Just applied the attached patch.
-- Nathaniel
--
.i dei jitfa fanmo xatra
This email may be read aloud.
-------------- next part --------------
Index: ChangeLog
===================================================================
RCS file: /home/qm/Repository/qm/ChangeLog,v
retrieving revision 1.464
diff -u -r1.464 ChangeLog
--- ChangeLog 16 Apr 2003 02:53:49 -0000 1.464
+++ ChangeLog 16 Apr 2003 05:36:26 -0000
@@ -1,5 +1,11 @@
2003-04-15 Nathaniel Smith <njs at pobox.com>
+ * qm/test/base.py (get_extension_directories): typo in comment.
+ * qm/test/classes/process_target.py (QMTestExecutable): typo in
+ docstring.
+
+2003-04-15 Nathaniel Smith <njs at pobox.com>
+
* zope-dtml/ExtensionClass/: Remove.
* qm/external/: New directory.
* qm/external/__init__.py: New file.
Index: qm/test/base.py
===================================================================
RCS file: /home/qm/Repository/qm/qm/test/base.py,v
retrieving revision 1.81
diff -u -r1.81 base.py
--- qm/test/base.py 24 Mar 2003 07:24:24 -0000 1.81
+++ qm/test/base.py 16 Apr 2003 05:36:26 -0000
@@ -115,7 +115,7 @@
assert kind in extension_kinds
# Start with the directories that the user has specified in the
- # QNTEST_CLASSPATH environment variable.
+ # QMTEST_CLASS_PATH environment variable.
if os.environ.has_key('QMTEST_CLASS_PATH'):
dirs = string.split(os.environ['QMTEST_CLASS_PATH'], ':')
else:
Index: qm/test/classes/process_target.py
===================================================================
RCS file: /home/qm/Repository/qm/qm/test/classes/process_target.py,v
retrieving revision 1.7
diff -u -r1.7 process_target.py
--- qm/test/classes/process_target.py 13 Apr 2003 05:42:34 -0000 1.7
+++ qm/test/classes/process_target.py 16 Apr 2003 05:36:26 -0000
@@ -60,7 +60,7 @@
]
class QMTestExecutable(qm.executable.Executable):
- """A 'QMTestExecutable' redirects commands to a chlid process."""
+ """A 'QMTestExecutable' redirects commands to a child process."""
def _InitializeParent(self):
More information about the qmtest
mailing list