removed unnecessary imports

This commit is contained in:
Anand Doshi
2012-11-30 16:38:04 +05:30
parent 746e229026
commit 0fd99e7536
118 changed files with 280 additions and 843 deletions

View File

@@ -22,10 +22,7 @@ import webnotes.profile
webnotes.user = webnotes.profile.Profile()
from webnotes.model.doc import Document
from webnotes.model.code import get_obj
from webnotes.utils import cstr, flt
from webnotes.model.wrapper import getlist
sql = webnotes.conn.sql
from sandbox.testdata import leaves

View File

@@ -22,10 +22,7 @@ import webnotes.profile
webnotes.user = webnotes.profile.Profile()
from webnotes.model.doc import Document
from webnotes.model.code import get_obj
from webnotes.utils import cstr, flt
from webnotes.model.wrapper import getlist
sql = webnotes.conn.sql
from sandbox.testdata.masters import *

View File

@@ -22,10 +22,7 @@ import webnotes.profile
webnotes.user = webnotes.profile.Profile()
from webnotes.model.doc import Document
from webnotes.model.code import get_obj
from webnotes.utils import cstr, flt
from webnotes.model.wrapper import getlist
sql = webnotes.conn.sql
from sandbox.testdata.masters import *