Package lib :: Package common :: Module constants
[hide private]
[frames] | no frames]

Source Code for Module lib.common.constants

 1  # Copyright (C) 2010-2013 Claudio Guarnieri. 
 2  # Copyright (C) 2014-2016 Cuckoo Foundation. 
 3  # This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org 
 4  # See the file 'docs/LICENSE' for copying permission. 
 5   
 6  from lib.common.rand import random_string 
 7   
 8  SHUTDOWN_MUTEX = "Global\\" + random_string(6, 10) 
 9