From 2243cae6536a01d0993b5caa40656235bd1d16bf Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 22 Apr 2019 13:47:16 -0700 Subject: [PATCH] Make module more module-like --- lexipython.py => lexipython/__main__.py | 0 {src => lexipython}/article.py | 0 {src => lexipython}/build.py | 0 {src => lexipython}/resources/contents.html | 0 {src => lexipython}/resources/editor.html | 0 {src => lexipython}/resources/entry-page.html | 0 {src => lexipython}/resources/example-page.txt | 0 {src => lexipython}/resources/formatting.html | 0 {src => lexipython}/resources/lexicon.cfg | 0 {src => lexipython}/resources/lexicon.css | 0 {src => lexipython}/resources/page-skeleton.html | 0 {src => lexipython}/resources/redirect.html | 0 {src => lexipython}/resources/rules.html | 0 {src => lexipython}/utils.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename lexipython.py => lexipython/__main__.py (100%) mode change 100755 => 100644 rename {src => lexipython}/article.py (100%) rename {src => lexipython}/build.py (100%) rename {src => lexipython}/resources/contents.html (100%) rename {src => lexipython}/resources/editor.html (100%) rename {src => lexipython}/resources/entry-page.html (100%) rename {src => lexipython}/resources/example-page.txt (100%) rename {src => lexipython}/resources/formatting.html (100%) rename {src => lexipython}/resources/lexicon.cfg (100%) rename {src => lexipython}/resources/lexicon.css (100%) rename {src => lexipython}/resources/page-skeleton.html (100%) rename {src => lexipython}/resources/redirect.html (100%) rename {src => lexipython}/resources/rules.html (100%) rename {src => lexipython}/utils.py (100%) diff --git a/lexipython.py b/lexipython/__main__.py old mode 100755 new mode 100644 similarity index 100% rename from lexipython.py rename to lexipython/__main__.py diff --git a/src/article.py b/lexipython/article.py similarity index 100% rename from src/article.py rename to lexipython/article.py diff --git a/src/build.py b/lexipython/build.py similarity index 100% rename from src/build.py rename to lexipython/build.py diff --git a/src/resources/contents.html b/lexipython/resources/contents.html similarity index 100% rename from src/resources/contents.html rename to lexipython/resources/contents.html diff --git a/src/resources/editor.html b/lexipython/resources/editor.html similarity index 100% rename from src/resources/editor.html rename to lexipython/resources/editor.html diff --git a/src/resources/entry-page.html b/lexipython/resources/entry-page.html similarity index 100% rename from src/resources/entry-page.html rename to lexipython/resources/entry-page.html diff --git a/src/resources/example-page.txt b/lexipython/resources/example-page.txt similarity index 100% rename from src/resources/example-page.txt rename to lexipython/resources/example-page.txt diff --git a/src/resources/formatting.html b/lexipython/resources/formatting.html similarity index 100% rename from src/resources/formatting.html rename to lexipython/resources/formatting.html diff --git a/src/resources/lexicon.cfg b/lexipython/resources/lexicon.cfg similarity index 100% rename from src/resources/lexicon.cfg rename to lexipython/resources/lexicon.cfg diff --git a/src/resources/lexicon.css b/lexipython/resources/lexicon.css similarity index 100% rename from src/resources/lexicon.css rename to lexipython/resources/lexicon.css diff --git a/src/resources/page-skeleton.html b/lexipython/resources/page-skeleton.html similarity index 100% rename from src/resources/page-skeleton.html rename to lexipython/resources/page-skeleton.html diff --git a/src/resources/redirect.html b/lexipython/resources/redirect.html similarity index 100% rename from src/resources/redirect.html rename to lexipython/resources/redirect.html diff --git a/src/resources/rules.html b/lexipython/resources/rules.html similarity index 100% rename from src/resources/rules.html rename to lexipython/resources/rules.html diff --git a/src/utils.py b/lexipython/utils.py similarity index 100% rename from src/utils.py rename to lexipython/utils.py