Fix setup.py for fresh installs.

This commit is contained in:
Valentin Lorentz 2012-07-30 15:42:38 +00:00
parent d5f3e1844f
commit 60cba105c8
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ import os
import subprocess
from src.version import version
plugins = [s for s in os.listdir('plugins') if
os.path.exists(os.path.join('plugins', s, 'plugin.py'))]