16 lines
200 B
Python
Executable File
16 lines
200 B
Python
Executable File
|
|
#print locals()
|
|
|
|
###
|
|
import java.util.logging.Logger as Logger
|
|
logger = Logger.getLogger("back")
|
|
logger.info("Started")
|
|
|
|
#sleep(10.0)
|
|
log("quit")
|
|
print "quit"
|
|
###
|
|
print "quit"
|
|
|
|
|
|
|