summaryrefslogtreecommitdiff
path: root/Python/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index 23508008a1..6d742b9b41 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -154,7 +154,7 @@ _PyImport_Init(void)
}
}
- if (Py_UnicodeFlag) {
+ {
/* Fix the pyc_magic so that byte compiled code created
using the all-Unicode method doesn't interfere with
code created in normal operation mode. */