aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2014-06-08 12:52:01 +0200
committerFrançois Schmidts <francois.schmidts@gmail.com>2014-06-08 12:52:01 +0200
commit6830d904537f420811703ef1cbb2a1628c78581c (patch)
tree4e67eb22402e25d601f31e8f8c03d9a9f10f168c
parentFont size for the sidebar: 100% (diff)
downloadnewspipe-6830d904537f420811703ef1cbb2a1628c78581c.tar.gz
newspipe-6830d904537f420811703ef1cbb2a1628c78581c.tar.bz2
newspipe-6830d904537f420811703ef1cbb2a1628c78581c.zip
small practicity changes
-rw-r--r--.gitignore3
-rwxr-xr-x[-rw-r--r--]db_create.py0
-rwxr-xr-x[-rw-r--r--]fetch.py0
-rwxr-xr-x[-rw-r--r--]runserver.py0
4 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ea114000..4596b703 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,6 @@ syntax: glob
*.cfg
pyaggr3g470r/var/indexdir/
+
+# Virtualenv
+venv
diff --git a/db_create.py b/db_create.py
index f92108b6..f92108b6 100644..100755
--- a/db_create.py
+++ b/db_create.py
diff --git a/fetch.py b/fetch.py
index 38d1ba2f..38d1ba2f 100644..100755
--- a/fetch.py
+++ b/fetch.py
diff --git a/runserver.py b/runserver.py
index 92c02609..92c02609 100644..100755
--- a/runserver.py
+++ b/runserver.py
bgstack15