mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Removed some unused variables from setup.py.
This commit is contained in:
parent
22c6422f47
commit
ec6779b43e
3
setup.py
3
setup.py
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user