cubicweb/server/sqlutils.py
branch3.24
changeset 11811 f09efeead7f9
parent 11767 432f87a63057
child 11821 7534b32c45e3
equal deleted inserted replaced
11810:2e03bb4372b2 11811:f09efeead7f9
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """SQL utilities functions and classes."""
    18 """SQL utilities functions and classes."""
       
    19 
    19 from __future__ import print_function
    20 from __future__ import print_function
    20 
       
    21 
       
    22 
    21 
    23 import sys
    22 import sys
    24 import re
    23 import re
    25 import subprocess
    24 import subprocess
    26 from os.path import abspath
    25 from os.path import abspath