Bugfixes while dumping and converting a file from database to disk; bugfix and minor improvement in layouts.

This commit is contained in:
Gaetan Delannay 2010-11-22 15:34:04 +01:00
parent 502c86dab8
commit 0e83a6f490
4 changed files with 24 additions and 10 deletions

View file

@ -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 ----------------