Add better support for "make import batch from file" pattern
This commit is contained in:
parent
0375d66b91
commit
4fa9ab3c6e
6 changed files with 80 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2017 Lance Edgar
|
||||
# Copyright © 2010-2018 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -28,4 +28,4 @@ from __future__ import unicode_literals, absolute_import
|
|||
|
||||
from . import types
|
||||
from . import widgets
|
||||
from .core import Form
|
||||
from .core import Form, SimpleFileImport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue