Replace SJCL library with upstream version + python3 fixes

This commit is contained in:
l-n-s
2018-02-15 18:02:52 -05:00
committed by R4SAS
parent 7a88bf2efc
commit 5c2055cc7a
3 changed files with 23 additions and 16 deletions

2
cli
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
import os, sys, argparse
import pbincli.actions
from pbincli.utils import PBinCLIException