- Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham

Gopalakrishnan for the report and the patch)
This commit is contained in:
Scott Kitterman
2019-08-04 17:51:27 -04:00
parent 9904db4e5c
commit 0019bad372
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "0.9.2"
version = "0.9.3"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: