Merge pull request #3 from vIiRuS/patch-1

Fix Indentation--yep, thanks for the fix, looks great!
This commit is contained in:
Dave Cowden 2013-05-10 17:16:02 -07:00
commit 14918761d3

View File

@ -41,10 +41,10 @@ def _fc_path():
return _PATH
#look for FREECAD_LIB env variable
if os.environ.has_key('FREECAD_LIB'):
_PATH = os.environ.get('FREECAD_LIB')
if os.path.exists( _PATH):
return _PATH
if os.environ.has_key('FREECAD_LIB'):
_PATH = os.environ.get('FREECAD_LIB')
if os.path.exists( _PATH):
return _PATH
if sys.platform.startswith('linux'):
#Make some dangerous assumptions...