MrDraw/Cura/util
Stefan Blanke 70bbc16abe Fix version detection for all Python versions
Inspecting sys.version_info using named component attributes was added in
the patch "Some fixes to start support for python3."

Named component attributes were only added to sys.version_info in Python
2.7 so their use breaks Cura for Python 2.6.

As Cura otherwise works in the still widely used Python 2.6 it seems best
to maintain this compatibility.
2012-06-22 14:37:52 +01:00
..
__init__.py Some cleanup and preperation for better packaging. 2012-05-31 12:05:10 +02:00
exporer.py Some cleanup and preperation for better packaging. 2012-05-31 12:05:10 +02:00
gcodeInterpreter.py Added G4 to GCode reader. Fixes #132 2012-06-19 21:57:16 +02:00
mesh.py Some cleanup and preperation for better packaging. 2012-05-31 12:05:10 +02:00
profile.py Fix version detection for all Python versions 2012-06-22 14:37:52 +01:00
sliceRun.py Added copy to SD feature. Fixed #138 2012-06-22 06:42:07 +02:00
stl.py Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
svg.py Merge branch 'master' of github.com:daid/Cura 2012-06-22 05:08:14 +02:00
util3d.py Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
version.py Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00