1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-15 19:00:11 +02:00

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
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
import os
from optparse import OptionParser
import common, metadata

View 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

View File

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