From e8c275d05020b066a6aca0b22dccf5b6eae98534 Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Mon, 18 Aug 2014 13:33:58 +0200 Subject: [PATCH] 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 --- Cura/util/resources.py | 2 -- 1 file changed, 2 deletions(-) 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'): -- 2.30.2