server/sqlutils.py
changeset 5768 1e73a466aa69
parent 5625 6ee2a7b6f194
child 6142 8bc6eac1fac1
child 6284 c35b2ebeb3c9
equal deleted inserted replaced
5766:c397819f2482 5768:1e73a466aa69
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 import os
    22 import os
    24 import subprocess
    23 import subprocess
    25 from datetime import datetime, date
    24 from datetime import datetime, date