changeset 335:8e651f5f2ee0 trunk

Fix typo in `dummy_threading` import
author cmlenz
date Wed, 08 Nov 2006 12:03:20 +0000
parents e5ba8c5a30fe
children 7763f7aec949
files genshi/template.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/template.py
+++ b/genshi/template.py
@@ -27,7 +27,7 @@
 try:
     import threading
 except ImportError:
-    import dummythreading as threading
+    import dummy_threading as threading
 
 from genshi.core import Attrs, Namespace, Stream, StreamEventKind, _ensure
 from genshi.core import START, END, START_NS, END_NS, TEXT, COMMENT
Copyright (C) 2012-2017 Edgewall Software