Changes in / [1f35235:bebdb87] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/generate.py
r30b60d2 r6db17bd 370 370 """ 371 371 # Note: need 0xffffffff&val to force an unsigned 32-bit number 372 try: 373 source = source.encode('utf8') 374 except AttributeError: # bytes has no encode attribute in python 3 375 pass 372 376 return "%08X"%(0xffffffff&crc32(source)) 373 377
Note: See TracChangeset
for help on using the changeset viewer.