chiark / gitweb /
Remove some unnecessary stuff
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 19 Dec 2013 22:14:51 +0000 (23:14 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 19 Dec 2013 22:14:51 +0000 (23:14 +0100)
fdroidserver/rewritemeta.py
fdroidserver/scanner.py
fdroidserver/verify.py

index 065fb47d3fb651fb1ed89ae67b559a7c202c9ab9..e463cf14d59a2bd938a20964a8aac85145342e72 100644 (file)
@@ -17,7 +17,6 @@
 # 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/>.
 
-import sys
 import os
 from optparse import OptionParser
 import common, metadata
index c7f267a132019b4134117dcf9451df61925512b3..200917c685a677f25198e45320ff96a2fae87dee 100644 (file)
@@ -17,7 +17,6 @@
 # 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/>.
 
-import sys
 import os
 import traceback
 from optparse import OptionParser
@@ -59,7 +58,6 @@ def main():
 
     for app in apps:
 
-        skip = False
         if app['Disabled']:
             print "Skipping %s: disabled" % app['id']
             continue
index 2ea62f413b78f44299054861375e844783fbff33..c067fccc96292097edddfea2ed954583968abe9e 100644 (file)
@@ -25,7 +25,6 @@ import glob
 from optparse import OptionParser
 
 import common
-from common import BuildException
 
 options = None
 config = None