diff --git a/websockify.py b/websockify.py deleted file mode 120000 index 05b5af4..0000000 --- a/websockify.py +++ /dev/null @@ -1 +0,0 @@ -websockify \ No newline at end of file diff --git a/websockify/__init__.py b/websockify/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/websockify b/websockify/proxy.py similarity index 100% rename from websockify rename to websockify/proxy.py diff --git a/websocket.py b/websockify/websocket.py similarity index 100% rename from websocket.py rename to websockify/websocket.py diff --git a/websockify/websockify b/websockify/websockify new file mode 120000 index 0000000..799385c --- /dev/null +++ b/websockify/websockify @@ -0,0 +1 @@ +proxy.py \ No newline at end of file diff --git a/websockify/websockify.py b/websockify/websockify.py new file mode 120000 index 0000000..799385c --- /dev/null +++ b/websockify/websockify.py @@ -0,0 +1 @@ +proxy.py \ No newline at end of file