changeset 335:e14a0332cfdc

Fix typo in `dummy_threading` import
author cmlenz
date Wed, 08 Nov 2006 12:03:20 +0000
parents b70563ade748
children 5f2c7782cd8a
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