From: Robin Wittler Date: Mon, 1 Aug 2011 13:32:41 +0000 (+0200) Subject: remove the sql alchemy stuff X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e6a02d76af6f3486949525cd12e6cb2a9e5d87f4;p=profitbricks%2Fjenkins-build-scripts.git remove the sql alchemy stuff --- diff --git a/testgit_build.py b/testgit_build.py index d3b211f..beb0fea 100644 --- a/testgit_build.py +++ b/testgit_build.py @@ -15,11 +15,6 @@ from glob import glob from logging import Formatter from ftplib import FTP from multiprocessing import cpu_count -from sqlalchemy import create_engine -from sqlalchemy.orm import sessionmaker -from sqlalchemy import Table, Column, Integer, String, MetaData, Sequence -from sqlalchemy.ext.declarative import declarative_base -from sqlalchemy.orm.exc import NoResultFound GIT = '/usr/bin/git' MAKE_KPKG = '/usr/bin/make-kpkg'