File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- import pybase64
1+ import
22import base64
33from oclp_r .encry .panic .panic import Panic
44
@@ -10,7 +10,7 @@ def encry(self,data):
1010 try :
1111 if not isinstance (data , bytes ):
1212 raise Panic ("Panic:This type is not bytes." ,4 ,"TypeError" ).raise_panic ()
13- self .encry = pybase64 .b64encode (data )
13+ self .encry = .b64encode (data )
1414
1515 return self .encry
1616 except Exception as e :
@@ -59,7 +59,7 @@ def decry(self,data):
5959 try :
6060 if not isinstance (data , bytes ):
6161 raise TypeError ("Panic:This type is not bytes." )
62- self .encry = pybase64 .b64decode (data )
62+ self .encry = .b64decode (data )
6363
6464 return self .encry
6565 except Exception as e :
Original file line number Diff line number Diff line change 11requests
22pyobjc
3- pybase64
43colorama
54termcolor
65wxpython
Original file line number Diff line number Diff line change 11requests
22pyobjc
3- pybase64
43colorama
54termcolor
65wxpython @ https://pypi.tuna.tsinghua.edu.cn/packages/48/20/390530466538829eb8aa75256514d6fd976da2f272a068f4d00f90ab8013/wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl#sha256=0fe3cb940f5da4f0ec61c3cf37e63c0f577f09a7b9a5d3d7cfc59399eb18cb3b
You can’t perform that action at this time.
0 commit comments