def get_precompiler_cachekey(command, contents): return hashlib.sha1(smart_bytes('precompiler.%s.%s' % (command, contents))).hexdigest()