Skip to content

Commit fce597d

Browse files
authored
Update binpythonfull.py
1 parent ca0e6f7 commit fce597d

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
@@ -135,9 +135,6 @@ def binpython_shell():
135135
print("Type help() for interactive help, or help(object) for help about object.")
136136
elif pycmd == 'copyright':
137137
print("""
138-
Copyright (c) 2022 BINPython xingyujie(https://github.com/xingyujie/binpython).
139-
All Rights Reserved.
140-
141138
Copyright (c) 2001-2022 Python Software Foundation.
142139
All Rights Reserved.
143140
@@ -441,4 +438,4 @@ def TestPlatform():
441438
startupcode = open(filename.read(),encoding = "utf-8")
442439
exec(startupcode.read())
443440
except:
444-
binpython_shell()
441+
binpython_shell()

0 commit comments

Comments
 (0)