Removed some unused variables from setup.py.

This commit is contained in:
Jeremy Fincher 2005-12-24 02:25:00 +00:00
parent 22c6422f47
commit ec6779b43e
1 changed files with 0 additions and 3 deletions

View File

@ -125,9 +125,6 @@ except ImportError, e:
sys.stderr.write(os.linesep*2)
sys.exit(-1)
srcFiles = glob.glob(os.path.join('src', '*.py'))
pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
if clean:
previousInstall = os.path.join(get_python_lib(), 'supybot')
if os.path.exists(previousInstall):