*** dxfLibrary.py.orig	Sun May 28 10:37:13 2017
--- dxfLibrary.py	Sun May 28 11:17:42 2017
***************
*** 443,449 ****
  		result+='100\nAcDbPolyline\n'
  		result+=' 90\n%s\n' % len(self.points)
  		result+=' 70\n%s\n' %(self.flag)
- 		result+='%s\n' %_point(self.org_point)
  		if self.width!=None:
  			result+=' 40\n%s\n 41\n%s\n' %(self.width[0],self.width[1])
  		for point in self.points:
--- 443,448 ----
***************
*** 456,462 ****
  				bulge = point[5]
  				if bulge: 
  					result+=' 42\n%s\n' %bulge
! 			return result
  
  
  
--- 455,461 ----
  				bulge = point[5]
  				if bulge: 
  					result+=' 42\n%s\n' %bulge
! 		return result
  
  
  
