delete build folder
[rainbowstream.git] / build / lib / rainbowstream / config.py
diff --git a/build/lib/rainbowstream/config.py b/build/lib/rainbowstream/config.py
deleted file mode 100644 (file)
index a77c2cb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# Max Search record
-SEARCH_MAX_RECORD = 5
-# Default home tweet
-HOME_TWEET_NUM = 5
-
-# Stream Domain
-USER_DOMAIN = 'userstream.twitter.com'
-PUBLIC_DOMAIN = 'stream.twitter.com'
-SITE_DOMAIN = 'sitestream.twitter.com'
-# Actually called
-DOMAIN = USER_DOMAIN
-
-# Filter and Ignore list ex: ['@fat','@mdo']
-ONLY_LIST = []
-IGNORE_LIST = []