Remove useless comment

This commit is contained in:
Guillaume Ayoub 2013-10-29 10:41:23 +01:00
parent 337d2719be
commit 9c59c089ef

View File

@ -107,7 +107,6 @@ class DataBaseSystem(BaseTest):
database.Session = sessionmaker()
database.Session.configure(bind=create_engine("sqlite://"))
session = database.Session()
# session.execute(get_file_content("schema.sql"))
for st in get_file_content("schema.sql").split(";"):
session.execute(st)
session.commit()