chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e52c5d
)
util: Remove uneccesary and unwanted import of wx
author
Jon Nordby
<jononor@gmail.com>
Mon, 18 Aug 2014 11:33:58 +0000
(13:33 +0200)
committer
Jon 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
patch
|
blob
|
history
diff --git
a/Cura/util/resources.py
b/Cura/util/resources.py
index f7d8c1e99421870be3d58e393b497af85908d997..44dd225edda1013936bd4bbe22f48b36907f902e 100644
(file)
--- 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'):