chiark / gitweb /
Remove all the absolute imports, as they are unneeded.
authordaid <daid303@gmail.com>
Thu, 30 Jan 2014 08:09:30 +0000 (09:09 +0100)
committerdaid <daid303@gmail.com>
Thu, 30 Jan 2014 08:09:30 +0000 (09:09 +0100)
46 files changed:
Cura/cura.py
Cura/gui/aboutWindow.py
Cura/gui/alterationPanel.py
Cura/gui/app.py
Cura/gui/configBase.py
Cura/gui/configWizard.py
Cura/gui/expertConfig.py
Cura/gui/firmwareInstall.py
Cura/gui/mainWindow.py
Cura/gui/pluginPanel.py
Cura/gui/preferencesDialog.py
Cura/gui/printWindow.py
Cura/gui/sceneView.py
Cura/gui/simpleMode.py
Cura/gui/splashScreen.py
Cura/gui/tools/batchRun.py
Cura/gui/tools/minecraftImport.py
Cura/gui/tools/pidDebugger.py
Cura/gui/tools/youmagineGui.py
Cura/gui/util/dropTarget.py
Cura/gui/util/gcodeTextArea.py
Cura/gui/util/opengl.py
Cura/gui/util/openglGui.py
Cura/gui/util/previewTools.py
Cura/gui/util/taskbar.py
Cura/gui/util/toolbarUtil.py
Cura/gui/util/webcam.py
Cura/util/drawingLoader/drawing.py
Cura/util/drawingLoader/dxf.py
Cura/util/drawingLoader/svg.py
Cura/util/explorer.py
Cura/util/gcodeGenerator.py
Cura/util/gcodeInterpreter.py
Cura/util/machineCom.py
Cura/util/mesh.py
Cura/util/meshLoader.py
Cura/util/meshLoaders/amf.py
Cura/util/meshLoaders/dae.py
Cura/util/meshLoaders/obj.py
Cura/util/meshLoaders/stl.py
Cura/util/profile.py
Cura/util/resources.py
Cura/util/util3d.py
Cura/util/validators.py
Cura/util/version.py
Cura/util/youmagine.py

index dadb223848869343b959b07dfc3a82c3cc11b237..2208d983f7b02aaf9901b1383ca4ba2089d5b4a5 100644 (file)
@@ -6,7 +6,6 @@ This page is in the table of contents.
 Cura is a AGPL tool chain to generate a GCode path for 3D printing. Older versions of Cura where based on Skeinforge.
 Versions up from 13.05 are based on a C++ engine called CuraEngine.
 """
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 from optparse import OptionParser
index 703f0086084b8640d491891dbc09fab96d8ced06..0e713b7cbba5dfb00dbd69750ba5334fddcb2bdd 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index db7350ba20a752a8f4fbc65b1701717925e63802..a61962f704fcf781859a32fc6d453d04d6fa7f6e 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx, wx.stc
index 47932c60c5e163b1415a7f1536cd9a15ba8af560..b58704cf1ec1451b7b47754e45f6bb4f2a5dee23 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
index a6c45a9f9f38ae98112c50e63fd676134b6ec562..a04db456fbf5a823d239abb0ea4a467858812cb9 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 from __future__ import division
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
index d0273bc474637844f65c5310dc29405dea286129..94e9ca4b46b0ff86e5289fc880f21ba3b0f680f6 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index e82ae710b77575548d4a49e1c63244f40cbd63ef..c871d1df3dad8f64282228f8b3f21d878097c6ed 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index a927b24d3a3be3c55c8f6d999fa57672bfa0fe89..ff45017b5da1c91f742b587f525dc9c5fc41457c 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index 8bc54b62414c6eae8051f8dcd48c4e3493bdb11c..d0e036a1fa4f49ee610687ae83a0990769cf93db 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index b57ee5f3dc70195cc3c9aba6b21d0a5297611c27..330fcb2632e3e45ab89fd5559724e322fb1d13b3 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index 28a77bdab6f6af5bb7f75eaa5071ae07ab61611a..0f8dd10f98cc34866aa796ca69b3d7fc9f1365ac 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index 1a0e2cbe116c63a3b67bb6a8ac49c121a8a23609..3ede0d22b70fdd86f971cfa941056919223f8782 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import threading
index d37a0c06a7a84dc906f56830c9cd3fb4ba7f01b9..6eda047b73d21cc42e557faddc3ca07e08517e1f 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index 647e516dc00146baf26a2f634366a3fbc1223f22..94d9dadfb880f551bfa4438d953e483e5e071d45 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index d3aa4f6dc997f6e5e33a720698f1febfe9eb11b2..e2a2613af871dce5394fe788991f8138ac33eae7 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx._core #We only need the core here, which speeds up the import. As we want to show the splashscreen ASAP.
index 14c1e562b7309cdde0dd14ffd381d839d8d566b9..5a3078ddb4a79b6fc78c4d17f2f0103b4f615e70 100644 (file)
@@ -1,5 +1,4 @@
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
-from __future__ import absolute_import
 
 import wx, os, multiprocessing, threading, time, shutil
 
index 8de170129604d65e853d46f331bdcaab51b7d1f7..d63e977ba3ee08258cf97f4a7ad132def6c9e994 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index 551dc31f5a046288a0e05dfe362b69698c165628..816d8e1466e098c9359f6813e09ab98c66d1b23d 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index ef351e50f1de7d777247b12f5d547b8867620174..b6304850e871af8bb6f8e8b2435bb65d6b7f882b 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index 38481136f78e8c636f7ca6d5d341632ae97edb06..a02acaa6dd9e4c29e553f3975373d478da0ec9b4 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index 484af6640b73f1bac22fcce40571890cf8967abf..38a621c2b92fb064a9bf41ee7d124f1969788d14 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
index 7cf19b3d76fdab682e193566b586027d115c643c..39b435c25e1744ea46ba830bbe3d58ff2e63e95a 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
index c9b0eeebe684408fc0d1573e2f3cf0e14a7879dd..fc4c12d129d9f67edbc7f244d964d04968d8aa51 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 from __future__ import division
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
index 372d9cf2ff039bc3a3f6d16d4812ba043257665a..d90feb480c2f4be202ed54acd724bf165ad7dfa1 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
index 533eff24f9cb081c9020cbaf990c2961034db233..feb95d49a9a7c0587399175f31a988bcda08da7b 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 try:
index b4934a4a93a3ba05e36a3522d29ee08651e4ace4..44a33f11220e33e7d362d7ca305bb98a061c6379 100644 (file)
@@ -1,5 +1,4 @@
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
-from __future__ import absolute_import
 from __future__ import division
 
 import wx
index 7b007d9efc7d9fabee6e35926a972ec9f8e104ba..eb12ef79142227ad3d2811f186041acd5a45d137 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index 636559a72566c94995c63f5b7581dcc5af1a2af7..68a952ed3aea24cf83508829f9ce004b79531a55 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
index eaa6e87b43d8268605957f86f867765e85d04c33..8e2a789f9693b773b3ea737649df6ef8a8f19153 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
index 430e4eb5835b22d525d32512fe147d7f29b03a54..c9c91876edfa45b82420c00e71f30d3a7303ffe7 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
index 3bc0819b6db8e714a3ffab134a2bd1771385bd30..35991823070c9abb98a341c05b789b7681072adf 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
index 0cd4041814688f32f8bba0fb82f969aa5f861804..2d32f31e13d5fd8515ede90d19bd4ce3712fd1fd 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
index b86078cb41b82a5b28f0201326f79b703a25daec..50b2be34596acb34cf57478b738f5bdcdfaec587 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
index 7ac9333cf71f1738a35f58189dbbce48c4c47829..f04a21de213e06ac428af03480a1864a90530afb 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index 220a590f63afa583ced3f366b4e0f4f405fa9199..3532c7781274fcba3a140a9b5b198b4e2b6fa789 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import time
index e85b9190e701f353ab7427468a88d4aaa2bf2017..b37c66e88c44825fbc1c4cf4330922e15491d3e2 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index f577c90a4f54ac2b0933459bc0ed33f038cd78f8..0c63151b88bd032332f57bb4f6e4ac6550875272 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import cStringIO as StringIO
index 9e33c4da35be9c49a3381b4eb3d7b0ca13e43dea..8798859a623314405b63c6effd202db13b492213 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 from  xml.parsers.expat import ParserCreate
index bb5ef2922ad8ca9c617f87402abe0213e9176800..c5a2be9ff54a0ec0cf079ec74ae531659c85f954 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index 76c53b7280685104d49420021a8c2f99c809f3b9..029a0b860603bfe54397cddea9718ff1e23a5b2b 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
index f53432dea1c2478165bda64376bf15b698537022..8a764ac659647d06a65c83ccbd52f89dcbd5fc3d 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 from __future__ import division
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
index 6eb90cc6f86d35a761d0e5bc99f65fd1bb57b89a..70ac64e5f78f45d4a7b33cc4d1fc460dcd669208 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index bb29d8a703f6cfc16217fbc419469d474655d980..db52e7919458cbe04e75f6c806d0303e48f66b87 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
index d68aaf1d841d1e8ec6a0d8dff10f1797b36dbbb5..f920aa9764206bc526579f9564dfaa97071b52bc 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 from __future__ import division
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
index 87a8b2dff76bcad304b8fd3a33f9c34edc0c343b..2a34ac384d40e468204a6c05e4a7e4f70b318698 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
index 85bbdb0f99dc4bc02fe3fa8073aea85cb43456a5..6e77da7b5bfa8aad1a10524fab4c0821ed693882 100644 (file)
@@ -1,4 +1,3 @@
-from __future__ import absolute_import
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import json