aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-12-08 20:17:57 -0500
committerWaylan Limberg <waylan@gmail.com>2008-12-08 20:17:57 -0500
commit971d605e2e1d0652b5ea161fe0c35a40d9685e5c (patch)
tree662801138ec90121d8d7ea80aecadc310b3ad010
parentb443efad9ae25f8f8ab421907d71c2b87e3b095a (diff)
downloadmarkdown-971d605e2e1d0652b5ea161fe0c35a40d9685e5c.tar.gz
markdown-971d605e2e1d0652b5ea161fe0c35a40d9685e5c.tar.bz2
markdown-971d605e2e1d0652b5ea161fe0c35a40d9685e5c.zip
Revert "foo"
This reverts commit b443efad9ae25f8f8ab421907d71c2b87e3b095a.
-rw-r--r--markdown/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/markdown/__init__.py b/markdown/__init__.py
index 9d3a262..44cb25e 100644
--- a/markdown/__init__.py
+++ b/markdown/__init__.py
@@ -466,7 +466,6 @@ def load_extension(ext_name, configs = []):
except ImportError:
message(CRITICAL, "Failed loading extension '%s' from '%s' or '%s'"
% (ext_name, module_name_new_style, module_name_old_style))
- return None
# If the module is loaded successfully, we expect it to define a
# function called makeExtension()