Navigation Menu

Skip to content

Commit

Permalink
Draft: DXF lib is now pulled from its specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jul 31, 2014
1 parent 406d32a commit f0d5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/importDXF.py
Expand Up @@ -70,7 +70,7 @@
libsok = False
if not libsok:
files = ['dxfColorMap.py','dxfImportObjects.py','dxfLibrary.py','dxfReader.py']
baseurl = 'https://raw.githubusercontent.com/yorikvanhavre/Draft-dxf-importer/master/1.38/'
baseurl = 'https://raw.githubusercontent.com/yorikvanhavre/Draft-dxf-importer/'+str(CURRENTDXFLIB)+"/"
import ArchCommands
for f in files:
p = None
Expand Down

0 comments on commit f0d5564

Please sign in to comment.