Skip to content

Commit

Permalink
Fix: Missing import on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Jan 2, 2015
1 parent 962878e commit 033efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing_gtk/stdownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 033efa9

Please sign in to comment.