chiark / gitweb /
util: Remove uneccesary and unwanted import of wx
authorJon Nordby <jononor@gmail.com>
Mon, 18 Aug 2014 11:33:58 +0000 (13:33 +0200)
committerJon Nordby <jononor@gmail.com>
Mon, 18 Aug 2014 11:35:20 +0000 (13:35 +0200)
This dependency was actually removed in e17446726f7fbac31f97a0e51536571822987215
Caused problems for non-GUI uses of this modules, like in CuraServer

Cura/util/resources.py

index f7d8c1e99421870be3d58e393b497af85908d997..44dd225edda1013936bd4bbe22f48b36907f902e 100644 (file)
@@ -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'):