##// END OF EJS Templates
ssh: replaced pycrypto with cryptography to generate SSH keys....
ssh: replaced pycrypto with cryptography to generate SSH keys. - pycrypto has been removed now - pycrypto has CVEs and it's deprecated

File last commit:

r2423:ce5d852c default
r3520:d8bf39a6 default
Show More
.coveragerc
16 lines | 180 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
[report]
exclude_lines =
raise NotImplementedError