Explorar el Código

First public version

Rob Austein hace 5 años
padre
commit
851f2b128f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tsig-keygen.py

+ 1 - 1
tsig-keygen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 """
-Pure Python TSIG key generator, with multiple output formats.
+Pure Python TSIG key generator with multiple output formats.
 """
 
 import os, base64, argparse, jinja2