Commit 51cc75c3 authored by Denis Bilenko's avatar Denis Bilenko

backdoor: add __all__

parent 15e4874e
......@@ -30,6 +30,8 @@ from gevent import socket
from gevent.greenlet import Greenlet
from gevent.server import StreamServer
__all__ = ['BackdoorServer']
try:
sys.ps1
except AttributeError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment