##// END OF EJS Templates
setup: combine two contiguous string literals...
Matt Harbison -
r44071:666441b6 default
parent child Browse files
Show More
@@ -738,7 +738,7 b' class buildhgexe(build_ext):'
738 pythonlib = dllbasename[:-4]
738 pythonlib = dllbasename[:-4]
739 else:
739 else:
740 log.warn(
740 log.warn(
741 'could not determine Python DLL filename; ' 'assuming pythonXY'
741 'could not determine Python DLL filename; assuming pythonXY'
742 )
742 )
743
743
744 hv = sys.hexversion
744 hv = sys.hexversion
General Comments 0
You need to be logged in to leave comments. Login now