diff --git a/syncthing_gtk/stdownloader.py b/syncthing_gtk/stdownloader.py index b7981635..248f2f3f 100644 --- a/syncthing_gtk/stdownloader.py +++ b/syncthing_gtk/stdownloader.py @@ -8,7 +8,7 @@ from __future__ import unicode_literals from gi.repository import GLib, Gio, GObject -from syncthing_gtk.tools import compare_version, IS_WINDOWS +from syncthing_gtk.tools import get_config_dir, compare_version, IS_WINDOWS import os, sys, stat, json, platform import tempfile, tarfile, zipfile, logging _ = lambda (a) : a