Skip to content

Commit d5d791a

Browse files
committed
2 parents d03a852 + fce597d commit d5d791a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

binpythonfull.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ def binpython_shell():
136136
print("Type help() for interactive help, or help(object) for help about object.")
137137
elif pycmd == 'copyright':
138138
print("""
139-
Copyright (c) 2022 BINPython xingyujie(https://github.com/xingyujie/binpython).
140-
All Rights Reserved.
141-
142139
Copyright (c) 2001-2022 Python Software Foundation.
143140
All Rights Reserved.
144141
@@ -535,4 +532,4 @@ def TestPlatform():
535532
startupcode = open(filename.read(),encoding = "utf-8")
536533
exec(startupcode.read())
537534
except:
538-
binpython_shell()
535+
binpython_shell()

0 commit comments

Comments
 (0)