[Python-checkins] r55671 - python/trunk/Python/import.c
neal.norwitz
python-checkins at python.org
Wed May 30 06:53:46 CEST 2007
Author: neal.norwitz
Date: Wed May 30 06:53:41 2007
New Revision: 55671
Modified:
python/trunk/Python/import.c
Log:
Fix indentation (whitespace only).
Modified: python/trunk/Python/import.c
==============================================================================
--- python/trunk/Python/import.c (original)
+++ python/trunk/Python/import.c Wed May 30 06:53:41 2007
@@ -2423,7 +2423,7 @@
if (modules_reloading == NULL) {
Py_FatalError("PyImport_ReloadModule: "
- "no modules_reloading dictionary!");
+ "no modules_reloading dictionary!");
return NULL;
}
@@ -2467,7 +2467,7 @@
"reload(): parent %.200s not in sys.modules",
PyString_AS_STRING(parentname));
Py_DECREF(parentname);
- imp_modules_reloading_clear();
+ imp_modules_reloading_clear();
return NULL;
}
Py_DECREF(parentname);
More information about the Python-checkins
mailing list