We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d03a852 + fce597d commit d5d791aCopy full SHA for d5d791a
binpythonfull.py
@@ -136,9 +136,6 @@ def binpython_shell():
136
print("Type help() for interactive help, or help(object) for help about object.")
137
elif pycmd == 'copyright':
138
print("""
139
-Copyright (c) 2022 BINPython xingyujie(https://github.com/xingyujie/binpython).
140
-All Rights Reserved.
141
-
142
Copyright (c) 2001-2022 Python Software Foundation.
143
All Rights Reserved.
144
@@ -535,4 +532,4 @@ def TestPlatform():
535
532
startupcode = open(filename.read(),encoding = "utf-8")
536
533
exec(startupcode.read())
537
534
except:
538
- binpython_shell()
+ binpython_shell()
0 commit comments