OctoPrint/Cura/cura_sf/fabmetheus_utilities
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
..
fabmetheus_tools Removed unused scripts. 2012-06-01 12:26:00 +02:00
geometry Some cleanup and preperation for better packaging. 2012-05-31 12:05:10 +02:00
geometry_plugins Some cleanup and preperation for better packaging. 2012-05-31 12:05:10 +02:00
templates Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
__init__.py Some cleanup and preperation for better packaging. 2012-05-31 12:05:10 +02:00
archive.py Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
euclidean.py Fix version detection for all Python versions 2012-06-22 14:37:52 +01:00
gcodec.py Fix version detection for all Python versions 2012-06-22 14:37:52 +01:00
intercircle.py Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
settings.py Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
svg_reader.py Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
svg_writer.py Fixed #116 - Slicing with none-ascii characters under windows. It is an ugly hack, but it works. 2012-06-21 20:08:16 +02:00
vector3.py Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
vector3index.py Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
version.txt Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
xml_simple_reader.py Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00
xml_simple_writer.py Fix version detection for all Python versions 2012-06-22 14:37:52 +01:00