MrDraw/Cura
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
..
avr_isp Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
cura_sf Fix version detection for all Python versions 2012-06-22 14:37:52 +01:00
firmware Updated firmware for a few fixes. Enabled Ultipanel+click encoder in default firmware (does not hurt if you do not have it) 2012-04-16 16:00:15 +02:00
gui Fixed #135 - Update preview window controls when loading a new profile. 2012-06-22 06:53:18 +02:00
images Add option to save the collection of STL files as a single STL file in the project planner. 2012-06-21 15:04:42 +02:00
util Fix version detection for all Python versions 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
cura.py Added start of SVG 2D slicer. 2012-06-01 18:16:07 +02:00
LICENSE Added LICENSE file, Skeinforge is AGPL, so it's best to match that. 2012-04-19 11:52:52 +02:00
setup.py More fixes for a frozen build. Adds the code used by pypy into a zip which pypy uses. This makes for a cleaner install. 2012-06-01 11:29:21 +02:00