From: Jon Nordby Date: Mon, 18 Aug 2014 11:33:58 +0000 (+0200) Subject: util: Remove uneccesary and unwanted import of wx X-Git-Tag: 14.09~7^2^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e8c275d05020b066a6aca0b22dccf5b6eae98534;p=cura.git util: Remove uneccesary and unwanted import of wx This dependency was actually removed in e17446726f7fbac31f97a0e51536571822987215 Caused problems for non-GUI uses of this modules, like in CuraServer --- diff --git a/Cura/util/resources.py b/Cura/util/resources.py index f7d8c1e9..44dd225e 100644 --- a/Cura/util/resources.py +++ b/Cura/util/resources.py @@ -8,8 +8,6 @@ import os import sys import glob -#Cura/util classes should not depend on wx... -import wx import gettext if sys.platform.startswith('darwin'):