]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
remove the sql alchemy stuff
authorRobin Wittler <robin.wittler@profitbricks.com>
Mon, 1 Aug 2011 13:32:41 +0000 (15:32 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Mon, 1 Aug 2011 13:32:41 +0000 (15:32 +0200)
testgit_build.py

index d3b211fcb00911f8d87ddd8ec91655e5506cf5c3..beb0fea0b928519278ccc5fc43a2c3a5f468e3a2 100644 (file)
@@ -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'