From e6a02d76af6f3486949525cd12e6cb2a9e5d87f4 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Mon, 1 Aug 2011 15:32:41 +0200 Subject: [PATCH] remove the sql alchemy stuff --- testgit_build.py | 5 ----- 1 file changed, 5 deletions(-) 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' -- 2.39.5