Skip to content
Snippets Groups Projects

fixed bug introduced with commit 6b60a307

Merged Marco Clemencic requested to merge clemenci/LbScripts:LBCORE-1001 into master
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -11,12 +11,12 @@
__author__ = 'Marco Clemencic <marco.clemencic@cern.ch>'
import os
import re
import logging
# FIXME: when we drop Python 2.4, this should become 'from . import path'
from LbConfiguration.SP2 import path, Error
from LbConfiguration.SP2.version import DEFAULT_VERSION, versionKey
from LbConfiguration.SP2.version import DEFAULT_VERSION, versionKey as _vkey
versionKey = lambda x: _vkey(x[0])
log = logging.getLogger(__name__)
Loading