diff options
author | Matt Singleton <matt@xcolour.net> | 2017-04-16 23:21:22 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2017-04-16 23:21:22 -0400 |
commit | 4622a264b8d6e0446a52d96b7df220d357c082a9 (patch) | |
tree | b0434765df662d53d47cecadba355b8d9f523bc4 | |
parent | e690fdfa6f1eebac5a4790668ab946e82f947eaf (diff) |
move files around for packaging reasons
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | unbiased/html_template/newtemplate.html (renamed from html_template/newtemplate.html) | 0 | ||||
-rwxr-xr-x | unbiased/html_template/template.html (renamed from html_template/template.html) | 0 | ||||
-rwxr-xr-x | unbiased/html_template/unbiased.css (renamed from html_template/unbiased.css) | 0 | ||||
-rwxr-xr-x | unbiased/main.py (renamed from main.py) | 0 | ||||
-rwxr-xr-x | unbiased/parser.py (renamed from parser.py) | 0 | ||||
-rw-r--r-- | unbiased/scratch/do_not_delete (renamed from scratch/do_not_delete) | 0 | ||||
-rwxr-xr-x | unbiased/spotCheck.py (renamed from spotCheck.py) | 0 | ||||
-rw-r--r-- | unbiased/unbiasedFunctions.py (renamed from unbiasedFunctions.py) | 0 | ||||
-rw-r--r-- | unbiased/unbiasedObjects.py (renamed from unbiasedObjects.py) | 0 |
10 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ *.pyc *~ __pycache__/ -scratch/*.html +unbiased/scratch/*.html legacy_py/ unbiased.html html_template/Penguins.jpg html_template/BAK* #* -.#*
\ No newline at end of file +.#* diff --git a/html_template/newtemplate.html b/unbiased/html_template/newtemplate.html index 0cec766..0cec766 100644 --- a/html_template/newtemplate.html +++ b/unbiased/html_template/newtemplate.html diff --git a/html_template/template.html b/unbiased/html_template/template.html index fc17006..fc17006 100755 --- a/html_template/template.html +++ b/unbiased/html_template/template.html diff --git a/html_template/unbiased.css b/unbiased/html_template/unbiased.css index 244f100..244f100 100755 --- a/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css diff --git a/main.py b/unbiased/main.py index f1c3317..f1c3317 100755 --- a/main.py +++ b/unbiased/main.py diff --git a/parser.py b/unbiased/parser.py index f69281b..f69281b 100755 --- a/parser.py +++ b/unbiased/parser.py diff --git a/scratch/do_not_delete b/unbiased/scratch/do_not_delete index e69de29..e69de29 100644 --- a/scratch/do_not_delete +++ b/unbiased/scratch/do_not_delete diff --git a/spotCheck.py b/unbiased/spotCheck.py index d1edda4..d1edda4 100755 --- a/spotCheck.py +++ b/unbiased/spotCheck.py diff --git a/unbiasedFunctions.py b/unbiased/unbiasedFunctions.py index 1a80d7a..1a80d7a 100644 --- a/unbiasedFunctions.py +++ b/unbiased/unbiasedFunctions.py diff --git a/unbiasedObjects.py b/unbiased/unbiasedObjects.py index 3affbe6..3affbe6 100644 --- a/unbiasedObjects.py +++ b/unbiased/unbiasedObjects.py |