From a0155c59490ab31054c71908bc6252b51526d51d Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 18 Sep 2019 21:56:52 +0200 Subject: [PATCH] reorganize source tree --- cert.py => src/cert.py | 0 main.py => src/main.py | 0 proxy.py => src/proxy.py | 0 {data => static}/error.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename cert.py => src/cert.py (100%) rename main.py => src/main.py (100%) rename proxy.py => src/proxy.py (100%) rename {data => static}/error.html (100%) diff --git a/cert.py b/src/cert.py similarity index 100% rename from cert.py rename to src/cert.py diff --git a/main.py b/src/main.py similarity index 100% rename from main.py rename to src/main.py diff --git a/proxy.py b/src/proxy.py similarity index 100% rename from proxy.py rename to src/proxy.py diff --git a/data/error.html b/static/error.html similarity index 100% rename from data/error.html rename to static/error.html