23 lines
500 B
Diff
23 lines
500 B
Diff
From 18219344a05a2db8aaa39f401567d18b9ffd57c6 Mon Sep 17 00:00:00 2001
|
|
Subject: fix the ImportManger infinite recursion
|
|
|
|
---
|
|
Cheetah/ImportManager.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Cheetah/ImportManager.py b/Cheetah/ImportManager.py
|
|
index dbb2c96..d752755 100644
|
|
--- a/Cheetah/ImportManager.py
|
|
+++ b/Cheetah/ImportManager.py
|
|
@@ -21,6 +21,7 @@ import sys
|
|
import imp
|
|
import marshal
|
|
from Cheetah.compat import string_type
|
|
+import _bootlocale
|
|
|
|
_installed = False
|
|
|
|
--
|
|
2.23.0
|
|
|