diff options
author | gbrandl <devnull@localhost> | 2007-01-25 23:42:16 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-25 23:42:16 +0100 |
commit | e7ab63f9c55fe71d55386779127704166e313917 (patch) | |
tree | 0550c01a7cc769b75b4866a0c8a084e190d6c74e /pygments/plugin.py | |
parent | 80dfd874a2a42623537a20bdf0a7bd0a8b0e3849 (diff) | |
download | pygments-e7ab63f9c55fe71d55386779127704166e313917.tar.gz |
[svn] PyLint run.
Diffstat (limited to 'pygments/plugin.py')
-rw-r--r-- | pygments/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/plugin.py b/pygments/plugin.py index 89300677..5e09c123 100644 --- a/pygments/plugin.py +++ b/pygments/plugin.py @@ -68,7 +68,7 @@ def find_plugin_styles(): def find_plugin_filters(): - if pkg_recources is None: + if pkg_resources is None: return for entrypoint in pkg_resources.iter_entry_points(FILTER_ENTRY_POINT): yield entrypoint.name, entrypoint.load() |