git.fiddlerwoaroof.com
Browse code

setting up configuration params

fiddlerwoaroof authored on 08/02/2015 05:26:41
Showing 3 changed files
... ...
@@ -2,3 +2,6 @@ bin
2 2
 include
3 3
 lib
4 4
 local
5
+local.py
6
+*.pyc
7
+*.swp
5 8
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+execfile('/home/edwlan/github_repos/rss2json/bin/activate_this.py',
2
+        dict(__file__='/home/edwlan/github_repos/rss2json/bin/activate_this.py'))
0 3
old mode 100644
1 4
new mode 100755
... ...
@@ -29,6 +29,7 @@
29 29
 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30 30
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 31
 
32
+import local
32 33
 import json
33 34
 import feedparser
34 35
 import argparse