Remove some unnecessary stuff

This commit is contained in:
Daniel Martí 2013-12-19 23:14:51 +01:00
parent 19ea8fd894
commit c4236ba761
3 changed files with 0 additions and 4 deletions

View file

@ -17,7 +17,6 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
import os import os
from optparse import OptionParser from optparse import OptionParser
import common, metadata import common, metadata

View file

@ -17,7 +17,6 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
import os import os
import traceback import traceback
from optparse import OptionParser from optparse import OptionParser
@ -59,7 +58,6 @@ def main():
for app in apps: for app in apps:
skip = False
if app['Disabled']: if app['Disabled']:
print "Skipping %s: disabled" % app['id'] print "Skipping %s: disabled" % app['id']
continue continue

View file

@ -25,7 +25,6 @@ import glob
from optparse import OptionParser from optparse import OptionParser
import common import common
from common import BuildException
options = None options = None
config = None config = None