mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
remove debugging print
This commit is contained in:
parent
90e0153940
commit
5fad8bd088
1 changed files with 0 additions and 1 deletions
|
@ -540,7 +540,6 @@ if __name__ == '__main__':
|
|||
classname = classname[lastdot+1:]
|
||||
else:
|
||||
import __main__ as mod
|
||||
print mod.__name__, dir(mod)
|
||||
class_ = getattr(mod, classname)
|
||||
proxy = class_((options.localhost, options.localport),
|
||||
(options.remotehost, options.remoteport))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue