Remove unused transaction handling

This commit is contained in:
Roberto Rosario
2012-10-06 04:50:12 -04:00
parent 5271566310
commit 09aca2eb24

View File

@@ -23,7 +23,6 @@ class App(object):
try:
app_module = import_module(app_name)
except ImportError:
transaction.rollback
logger.error('Unable to import app: %s' % app_name)
else:
logger.debug('Trying to import registry from: %s' % app_name)