summaryrefslogtreecommitdiff
path: root/installer/pluginhandler.py
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-01-06 12:16:43 +0100
committerDidier Raboud <odyx@debian.org>2016-01-06 12:16:43 +0100
commit4a731652d78423cf0d20b3069ce4f128c5eee8c9 (patch)
tree7a4934baa278d71ab98b1bb4f3a6e03d41d3b5aa /installer/pluginhandler.py
parent0422e14be4bbaa8d6ba2f4fb2222ec3746322afd (diff)
Imported Upstream version 3.13.11
Diffstat (limited to 'installer/pluginhandler.py')
-rwxr-xr-xinstaller/pluginhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/pluginhandler.py b/installer/pluginhandler.py
index 253d32877..4720f449a 100755
--- a/installer/pluginhandler.py
+++ b/installer/pluginhandler.py
@@ -60,7 +60,7 @@ PLUGIN_INSTALL_ERROR_UNABLE_TO_RECV_KEYS = 7
class PluginHandle(object):
- def __init__(self, pluginPath = "/var/log/hp/tmp"):
+ def __init__(self, pluginPath = prop.user_dir):
self.__plugin_path = pluginPath
self.__required_version = ""
self.__plugin_name = ""