server/sources/extlite.py
branchstable
changeset 5824 de9b7e88660e
parent 5426 0d4853a6e5ee
child 7398 26695dd703d8
equal deleted inserted replaced
5817:e4207221f3f5 5824:de9b7e88660e
    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 """provide an abstract class for external sources using a sqlite database helper
    18 """provide an abstract class for external sources using a sqlite database helper
    19 
       
    20 """
    19 """
       
    20 
    21 __docformat__ = "restructuredtext en"
    21 __docformat__ = "restructuredtext en"
    22 
    22 
    23 
    23 
    24 from os.path import join, exists
    24 from os.path import join, exists
    25 
    25