remove sql =

This commit is contained in:
Pratik Vyas
2013-09-18 11:10:59 +05:30
parent 20a8b1302d
commit e55fbfc090
51 changed files with 1 additions and 53 deletions

View File

@@ -9,7 +9,6 @@ from webnotes.model.doc import Document, make_autoname
from webnotes import msgprint, _
import webnotes.defaults
sql = webnotes.conn.sql
from utilities.transaction_base import TransactionBase

View File

@@ -7,7 +7,6 @@ from webnotes import _
from webnotes.utils import cstr, validate_email_add, cint, extract_email_id
from webnotes import session, msgprint
sql = webnotes.conn.sql
from controllers.selling_controller import SellingController

View File

@@ -8,7 +8,6 @@ from webnotes.utils import cstr, getdate, cint
from webnotes.model.bean import getlist
from webnotes import msgprint
sql = webnotes.conn.sql
from utilities.transaction_base import TransactionBase

View File

@@ -9,7 +9,6 @@ from webnotes.model.bean import getlist
from webnotes.model.code import get_obj
from webnotes import _, msgprint
sql = webnotes.conn.sql
from controllers.selling_controller import SellingController

View File

@@ -11,7 +11,6 @@ from webnotes.model.code import get_obj
from webnotes import msgprint
from webnotes.model.mapper import get_mapped_doclist
sql = webnotes.conn.sql
from controllers.selling_controller import SellingController

View File

@@ -10,7 +10,6 @@ from webnotes.model.bean import copy_doclist
from webnotes.model.code import get_obj
from webnotes import msgprint
sql = webnotes.conn.sql
# ----------