From 9376f9afbade89253f354e9164a6f40328fa494a Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 21 Jul 2015 17:19:56 +0000 Subject: More relatively straightforward merges. svn path=/branches/tk705/; revision=6083 --- rpki/gui/script_util.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rpki/gui/script_util.py') 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 -- cgit v1.2.3