diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-12 14:03:56 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-12 14:03:56 +0200 |
commit | 304a42b914cde43a31a935181b0f952c726eee54 (patch) | |
tree | 104a496ed690c187a479cde5b829f4e76b21c1cd /locale/pavement.py | |
parent | Other import fixes (diff) | |
download | pyload-304a42b914cde43a31a935181b0f952c726eee54.tar.xz |
Other import fixes (2)
Diffstat (limited to 'locale/pavement.py')
-rw-r--r-- | locale/pavement.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/locale/pavement.py b/locale/pavement.py index 6bb9fcfcc..06c1579e2 100644 --- a/locale/pavement.py +++ b/locale/pavement.py @@ -52,7 +52,6 @@ setup( 'SSL': ["pyOpenSSL"], 'DLC': ['pycrypto'], 'lightweight webserver': ['bjoern'], - 'RSS plugins': ['feedparser'], }, # setup_requires=["setuptools_hg"], entry_points={'console_scripts': ['pyLoadCore = pyLoadCore:main']}, |