introducing model 3.0, refactored import module

This commit is contained in:
Rushabh Mehta
2012-11-23 17:53:43 +05:30
parent a44b66e47a
commit 78d4b49e62
105 changed files with 137 additions and 145 deletions

View File

@@ -19,7 +19,7 @@ from __future__ import unicode_literals
import webnotes
from webnotes.utils import add_days, cstr, flt, getdate, now, nowdate
from webnotes.model.doclist import getlist
from webnotes.model.wrapper import getlist
from webnotes.model.code import get_obj
from webnotes import msgprint