From 6c7aec165f03b3e7dbc1058c845e628c0ce71f64 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 10 Sep 2012 20:54:08 -0400 Subject: [PATCH] Remove a few more references to local.simplejson Signed-off-by: James McCoy --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 280e415ab..8817afb70 100644 --- a/setup.py +++ b/setup.py @@ -104,9 +104,6 @@ package_dir = {'supybot': 'src', 'supybot.utils': 'src/utils', 'supybot.plugins': 'plugins', 'supybot.drivers': 'src/drivers', - 'supybot.plugins.Google.local': 'plugins/Google/local', - 'supybot.plugins.Google.local.simplejson': - 'plugins/Google/local/simplejson', 'supybot.plugins.Dict.local': 'plugins/Dict/local', 'supybot.plugins.Math.local': 'plugins/Math/local', 'supybot.plugins.RSS.local': 'plugins/RSS/local',