Skip to content
Snippets Groups Projects

import SoftConfDB only when needed

Merged Ben Couturier requested to merge NoAriadne into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,6 @@ Created on May 6, 2013
@author: Ben Couturier
'''
from SoftConfDB import SoftConfDB
from LbUtils.Script import Script
from LbConfiguration.Version import sortVersions
@@ -64,6 +63,7 @@ class LbSdbQuery(Script):
from SoftConfDBRO import SoftConfDBRO
self.mConfDB = SoftConfDBRO()
else:
from SoftConfDB import SoftConfDB
self.mConfDB = SoftConfDB()
if opts.log_level == 'DEBUG':
Loading