Kaynağa Gözat

[#61] Started using mosql

Roland Haroutiounian 9 yıl önce
ebeveyn
işleme
e98e024916
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      leobject/datasources/ledatasourcesql.py

+ 4
- 0
leobject/datasources/ledatasourcesql.py Dosyayı Görüntüle

@@ -1,11 +1,15 @@
1 1
 #-*- coding: utf-8 -*-
2 2
 
3 3
 from ledatasource import LeDataSource
4
+from mosql.db import Database
5
+from Lodel.utils.mosql import *
4 6
 
5 7
 ## SQL DataSource for LeObject
6 8
 class LeDataSourceSQL(LeDataSource):
7 9
 
8 10
     def __init__(self, options=None):
11
+        super(LeDataSourceSQL, self).__init__()
12
+            
9 13
         self.options = options
10 14
 
11 15
     ## @brief search for a collection of objects

Loading…
İptal
Kaydet