diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-21 17:19:56 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-21 17:19:56 +0000 |
commit | 9376f9afbade89253f354e9164a6f40328fa494a (patch) | |
tree | e2511c810365a029b1327c281ce4bbc7ebd9c68a /rpki/gui/script_util.py | |
parent | 28f0a684e348c4d8e3e83827f4367aaa4f21522f (diff) |
More relatively straightforward merges.
svn path=/branches/tk705/; revision=6083
Diffstat (limited to 'rpki/gui/script_util.py')
-rw-r--r-- | rpki/gui/script_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/gui/script_util.py b/rpki/gui/script_util.py index 1941f6f7..24b6d313 100644 --- a/rpki/gui/script_util.py +++ b/rpki/gui/script_util.py @@ -51,6 +51,7 @@ def setup(): }, }, MIDDLEWARE_CLASSES = (), + DOWNLOAD_DIRECTORY = cfg.get('download-directory', '/var/tmp'), ) # Can't populate apps if we don't know what they are. If this # explodes with an AppRegistryNotReady exception, the above comment |