Bugfixes while dumping and converting a file from database to disk; bugfix and minor improvement in layouts.
This commit is contained in:
parent
502c86dab8
commit
0e83a6f490
4 changed files with 24 additions and 10 deletions
|
@ -1,6 +1,7 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
import re, os, os.path, time
|
||||
from appy.shared.utils import getOsTempFolder, normalizeString
|
||||
import appy.pod
|
||||
from appy.shared.utils import getOsTempFolder, normalizeString, executeCommand
|
||||
sequenceTypes = (list, tuple)
|
||||
|
||||
# Classes used by edit/view templates for accessing information ----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue